aboutsummaryrefslogtreecommitdiff
path: root/games/morse
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-05-16 21:49:23 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-05-16 21:49:23 +0000
commit6c1a40fc90c8f301cade6686115fd7aa27cf3751 (patch)
tree0dea537083adc48c20300c6342d152bd97cb0621 /games/morse
parent287d1861eb302eab82003a2cd7ab5f63bc6b0d87 (diff)
downloadsrc-6c1a40fc90c8f301cade6686115fd7aa27cf3751.tar.gz
src-6c1a40fc90c8f301cade6686115fd7aa27cf3751.zip
Really add -l to the usage output.
Notes
Notes: svn path=/head/; revision=129299
Diffstat (limited to 'games/morse')
-rw-r--r--games/morse/morse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/morse/morse.c b/games/morse/morse.c
index 92df71f5fdb7..f04f1b5c365c 100644
--- a/games/morse/morse.c
+++ b/games/morse/morse.c
@@ -290,7 +290,7 @@ tone_t sound;
#define GETOPTOPTS "d:ef:lpsw:"
#undef USAGE
#define USAGE \
-"usage: morse [-s] [-p] [-e] [-d device] [-w speed] [-f frequency] [string ...]\n"
+"usage: morse [-elps] [-d device] [-w speed] [-f frequency] [string ...]\n"
#endif
static const struct morsetab *hightab;