Added the --icmp-xxxx arg descriptions to the fwknop usage message.

This commit is contained in:
Damien Stuart
2012-11-19 09:48:34 -05:00
parent 556ca2c146
commit f544a4aeb5
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
fwknop-2.0.4 (11/15/2012):
- [client] Misc fixes and the addition of save_args and last command
(.fwknop.last) support on the Windows platform.
- [client] Fixed bug in username determination code where a valid value
could be overrwritten in certain circumstances.
- [server] Added upstart config at extras/upstart/fwknop.conf. This
allows the fwknopd to easily be managed with upstart via commands like
"service fwknop start" and "service fwknop stop".
+2
View File
@@ -967,6 +967,8 @@ usage(void)
" (md5, sha1, or sha256 (default)).\n"
" -f, --fw-timeout Specify SPA server firewall timeout from the\n"
" client side.\n"
" --icmp-type Set the ICMP type (used with '-P icmp')\n"
" --icmp-code Set the ICMP code (used with '-P icmp')\n"
" --gpg-encryption Use GPG encryption (default is Rijndael).\n"
" --gpg-recipient-key Specify the recipient GPG key name or ID.\n"
" --gpg-signer-key Specify the signer's GPG key name or ID.\n"