Terminate the usage message with \n.
Submitted by: joe
This commit is contained in:
parent
64efc269b1
commit
624cac54fa
@ -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…
x
Reference in New Issue
Block a user