Skip to content

Commit

Permalink
Fix description of --tpm-key option
Browse files Browse the repository at this point in the history
The option name is --tpm-key, not --tpm.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
nickandrew authored and David Woodhouse committed Apr 9, 2009
1 parent 71fae82 commit 28309c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.c
Expand Up @@ -2,6 +2,7 @@
* OpenConnect (SSL + DTLS) VPN client
*
* Copyright © 2008 Intel Corporation.
* Copyright © 2008 Nick Andrew <nick@nick-andrew.net>
*
* Author: David Woodhouse <dwmw2@infradead.org>
*
Expand Down Expand Up @@ -100,7 +101,7 @@ void usage(void)
printf(" -Q, --queue-len=LEN Set packet queue limit to LEN pkts\n");
printf(" -s, --script=SCRIPT Use vpnc-compatible config script\n");
printf(" -S, --script-tun Pass traffic to 'script' program, not tun\n");
printf(" -t, --tpm Use TPM engine for private key\n");
printf(" -t, --tpm-key Use TPM engine for private key\n");
printf(" -u, --user=NAME Set login username\n");
printf(" -V, --version Report version number\n");
printf(" -v, --verbose More output\n");
Expand Down

0 comments on commit 28309c9

Please sign in to comment.