fix help messages

This commit is contained in:
Stefani Seibold 2018-04-18 08:46:07 +02:00
parent 7970712f70
commit ed95193efe

View File

@ -119,7 +119,7 @@ static void usage(void)
#ifdef DEBUG #ifdef DEBUG
static void usage_debug(void) static void usage_debug(void)
{ {
fprintf(stdout, "%s debugging option, --debug=<octal> or -D<octal>:\n", progname); fprintf(stdout, "%s debugging option, --debug=<num> or -D<num>:\n", progname);
fprintf(stdout, fprintf(stdout,
"\n" "\n"
" number description\n" " number description\n"