]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: Document --command-log-always in help
authorDonald Sharp <sharpd@nvidia.com>
Wed, 5 Mar 2025 15:10:48 +0000 (10:10 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 5 Mar 2025 15:10:48 +0000 (10:10 -0500)
The --command-log-always was not being listed as a valid
option for when the operator issues a <daemon> --help
command line.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/libfrr.c

index 261d3aa87e6eb94922cef0263d1ec7bf56086667..8a37b51c477f2a621800b658808d04c61b1405a1 100644 (file)
@@ -143,6 +143,7 @@ static const struct optspec os_always = {
        "      --scriptdir    Override scripts directory\n"
        "      --log          Set Logging to stdout, syslog, or file:<name>\n"
        "      --log-level    Set Logging Level to use, debug, info, warn, etc\n"
+       "      --command-log-always Always log every command, cannot be turned off\n"
        "      --limit-fds    Limit number of fds supported\n",
        lo_always
 };