From: Donald Sharp Date: Wed, 5 Mar 2025 15:10:48 +0000 (-0500) Subject: lib: Document --command-log-always in help X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c83af86991612bcb8a51e4a9af2e54d9accfbbc7;p=mirror%2Ffrr.git 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 --help command line. Signed-off-by: Donald Sharp --- 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:\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 };