Fix formatting of --help output.
This commit is contained in:
parent
65375289df
commit
f8733d1935
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ static void usage(bool status)
|
|||
program_name);
|
||||
else {
|
||||
printf(_("Usage: %s [option]...\n\n"), program_name);
|
||||
printf(_(" -c, --config=DIR Read configuration options from DIR.\n"
|
||||
printf(_( " -c, --config=DIR Read configuration options from DIR.\n"
|
||||
" -D, --no-detach Don't fork and detach.\n"
|
||||
" -d, --debug[=LEVEL] Increase debug level or set it to LEVEL.\n"
|
||||
" -n, --net=NETNAME Connect to net NETNAME.\n"
|
||||
|
|
Loading…
Reference in a new issue