diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2025-03-05 10:10:48 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2025-03-05 10:10:48 -0500 |
| commit | c83af86991612bcb8a51e4a9af2e54d9accfbbc7 (patch) | |
| tree | 39b869b7dafe2fa08fcdfb6d630a1f78fec798fc /lib/libfrr.c | |
| parent | 5cf533ba7498df5324aa0e22fd1916341d854db5 (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/libfrr.c')
| -rw-r--r-- | lib/libfrr.c | 1 |
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 }; |
