Added --fw-list info to --help

Added --fw-list output to usage info when --help is specified from the command
line.
This commit is contained in:
Michael Rash
2011-08-27 11:07:19 -04:00
parent 0649ef924a
commit 5bc5ef4305

View File

@@ -763,6 +763,8 @@ usage(void)
" -S, --status - Display the status of any running fwknopd process.\n"
" -v, --verbose - Set verbose mode.\n"
" -V, --version - Print version number.\n"
" --fw-list - List add firewall rules that fwknop has created\n"
" and then exit.\n"
"\n"
);