mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
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>
This commit is contained in:
parent
5cf533ba74
commit
c83af86991
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue