Terminate the usage message with \n.

Submitted by: joe
This commit is contained in:
Warner Losh 2003-01-06 16:46:25 +00:00
parent 7bee014426
commit 9f9bcbde42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108799

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);
}