Append a newline character to the usage string.
MFC after: 3 days
This commit is contained in:
parent
334c5e6a13
commit
3dc418cfb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user