mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Terminate the usage message with \n.
Submitted by: joe
This commit is contained in:
parent
7bee014426
commit
9f9bcbde42
1 changed files with 1 additions and 1 deletions
|
|
@ -769,7 +769,7 @@ gensighand(int)
|
|||
static void
|
||||
usage()
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-d]", getprogname());
|
||||
fprintf(stderr, "usage: %s [-d]\n", getprogname());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue