Skip to content

Commit

Permalink
improve console help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jul 1, 2019
1 parent 7b8dc69 commit caf4088
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/commandline.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ usage(void)
{
printf("Usage: nodogsplash [options]\n"
"\n"
" -c [filename] Use this config file\n"
" -f Run in foreground\n"
" -d <level> Debug level\n"
" -s Log to syslog\n"
" -w <path> Ndsctl socket path\n"
" -h Print usage\n"
" -v Print version information\n"
" -c <path> Use configuration file\n"
" -f Run in foreground\n"
" -d <level> Debug level (0-9)\n"
" -s Log to syslog\n"
" -w <path> Ndsctl socket path\n"
" -h Print this help\n"
" -v Print version\n"
"\n"
);
}
Expand Down

0 comments on commit caf4088

Please sign in to comment.