Terminate the usage message with \n.

Submitted by: joe
This commit is contained in:
imp 2003-01-06 16:46:25 +00:00
parent 64efc269b1
commit 624cac54fa

View File

@ -769,7 +769,7 @@ gensighand(int)
static void
usage()
{
fprintf(stderr, "usage: %s [-d]", getprogname());
fprintf(stderr, "usage: %s [-d]\n", getprogname());
exit(1);
}