summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2025-03-05 10:10:48 -0500
committerDonald Sharp <sharpd@nvidia.com>2025-03-05 10:10:48 -0500
commitc83af86991612bcb8a51e4a9af2e54d9accfbbc7 (patch)
tree39b869b7dafe2fa08fcdfb6d630a1f78fec798fc /lib
parent5cf533ba7498df5324aa0e22fd1916341d854db5 (diff)
lib: Document --command-log-always in help
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/libfrr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfrr.c b/lib/libfrr.c
index 261d3aa87e..8a37b51c47 100644
--- a/lib/libfrr.c
+++ b/lib/libfrr.c
@@ -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
};