Really add -l to the usage output.

This commit is contained in:
Ruslan Ermilov 2004-05-16 21:49:23 +00:00
parent 287d1861eb
commit 6c1a40fc90

View File

@ -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;