]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Unix: Remove removed option from help
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 22:49:26 +0000 (23:49 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 22:49:26 +0000 (23:49 +0100)
Also includes minor cleanup of help.

sysdep/unix/main.c

index c31ccd172070634855616e9e63578b4a39d6b895..921115b1a9cff12568e6ebe7a3bd0f7548fb27ff 100644 (file)
@@ -639,16 +639,15 @@ display_help(void)
   fprintf(stderr,
     "\n"
     "Options: \n"
-    "  -b                   Run bird in background\n"
-    "  -c <config-file>     Use given configuration file instead\n"
-    "                       of prefix/etc/bird.conf\n"
+    "  -c <config-file>     Use given configuration file instead of\n"
+    "                       "  PATH_CONFIG_FILE "\n"
     "  -d                   Enable debug messages and run bird in foreground\n"
     "  -D <debug-file>      Log debug messages to given file instead of stderr\n"
     "  -f                   Run bird in foreground\n"
     "  -g <group>           Use given group ID\n"
     "  -h, --help           Display this information\n"
-    "  -l                   Look for a configuration file and a communication socket\n"
-    "                       file in the current working directory\n"
+    "  -l                   Look for a configuration file and a control socket\n"
+    "                       in the current working directory\n"
     "  -p                   Test configuration file and exit without start\n"
     "  -P <pid-file>        Create a PID file with given filename\n"
     "  -R                   Apply graceful restart recovery after start\n"