Append a newline character to the usage string.

MFC after:	3 days
This commit is contained in:
Christian S.J. Peron 2005-06-05 23:49:35 +00:00
parent f8749e3d9b
commit 671cff5aec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147034

View File

@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");
#define SBUFLEN 128
#define USAGE \
"usage: ktrdump [-cfqrt] [-e execfile] [-i ktrfile] [-m corefile] [-o outfile]"
"usage: ktrdump [-cfqrt] [-e execfile] [-i ktrfile] [-m corefile] [-o outfile]\n"
extern char *optarg;
extern int optind;