mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cosmetic in usage string.
This commit is contained in:
parent
741d304e2d
commit
552f27d60f
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ bad:
|
|||
|
||||
usage()
|
||||
{
|
||||
(void) fprintf(stderr, "Usage: window [-e escape-char] [-c command] [-t] [-f] [-d]\n");
|
||||
(void) fprintf(stderr, "usage: window [-e escape-char] [-c command] [-t] [-f] [-d]\n");
|
||||
exit(1);
|
||||
return 0; /* for lint */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue