From 3e3e3d847551b19222c9cedf4c3d0df3fbe03bb9 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 16 May 2004 21:49:23 +0000 Subject: Really add -l to the usage output. --- games/morse/morse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/morse') diff --git a/games/morse/morse.c b/games/morse/morse.c index 92df71f..f04f1b5 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; -- cgit v1.1