mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Really add -l to the usage output.
This commit is contained in:
parent
287d1861eb
commit
6c1a40fc90
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue