]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: management: -q is quiet all the time
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:26:37 +0000 (14:26 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Nov 2023 13:39:11 +0000 (14:39 +0100)
The documentation about -q seems wrong, it does not output messages
after the startup, it disables all messages. It was always quiet with
the stdio_quiet() function.

Must be backported in all stable versions.

doc/management.txt

index 29147c778d9b8dc6eebdaddf83c78d074dd08f99..9e5d9dbc96c3ebf4c04ad00d8e17b43e01f4be28 100644 (file)
@@ -420,9 +420,8 @@ list of options is :
     before entering the chroot jail, and after doing the chdir() implied by
     "-C". Each pid appears on its own line.
 
-  -q : set "quiet" mode. This disables some messages during the configuration
-    parsing and during startup. It can be used in combination with "-c" to
-    just check if a configuration file is valid or not.
+  -q : set "quiet" mode. This disables the output messages. It can be used in
+    combination with "-c" to just check if a configuration file is valid or not.
 
   -S <bind>[,bind_options...]: in master-worker mode, bind a master CLI, which
     allows the access to every processes, running or leaving ones.