Unix: Remove removed option from help
Also includes minor cleanup of help.
This commit is contained in:
parent
a1ee5eb2aa
commit
d7e8f00e7e
1 changed files with 4 additions and 5 deletions
|
@ -639,16 +639,15 @@ display_help(void)
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\n"
|
"\n"
|
||||||
"Options: \n"
|
"Options: \n"
|
||||||
" -b Run bird in background\n"
|
" -c <config-file> Use given configuration file instead of\n"
|
||||||
" -c <config-file> Use given configuration file instead\n"
|
" " PATH_CONFIG_FILE "\n"
|
||||||
" of prefix/etc/bird.conf\n"
|
|
||||||
" -d Enable debug messages and run bird in foreground\n"
|
" -d Enable debug messages and run bird in foreground\n"
|
||||||
" -D <debug-file> Log debug messages to given file instead of stderr\n"
|
" -D <debug-file> Log debug messages to given file instead of stderr\n"
|
||||||
" -f Run bird in foreground\n"
|
" -f Run bird in foreground\n"
|
||||||
" -g <group> Use given group ID\n"
|
" -g <group> Use given group ID\n"
|
||||||
" -h, --help Display this information\n"
|
" -h, --help Display this information\n"
|
||||||
" -l Look for a configuration file and a communication socket\n"
|
" -l Look for a configuration file and a control socket\n"
|
||||||
" file in the current working directory\n"
|
" in the current working directory\n"
|
||||||
" -p Test configuration file and exit without start\n"
|
" -p Test configuration file and exit without start\n"
|
||||||
" -P <pid-file> Create a PID file with given filename\n"
|
" -P <pid-file> Create a PID file with given filename\n"
|
||||||
" -R Apply graceful restart recovery after start\n"
|
" -R Apply graceful restart recovery after start\n"
|
||||||
|
|
Loading…
Reference in a new issue