Remove obsolete --key-type option from usage help text
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 11 Jul 2012 21:40:17 +0000 (22:40 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 11 Jul 2012 21:40:17 +0000 (22:40 +0100)
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
main.c

diff --git a/main.c b/main.c
index cb38758..3d05917 100644 (file)
--- a/main.c
+++ b/main.c
@@ -227,7 +227,6 @@ static void usage(void)
        printf("  -c, --certificate=CERT          %s\n", _("Use SSL client certificate CERT"));
        printf("  -e, --cert-expire-warning=DAYS  %s\n", _("Warn when certificate lifetime < DAYS"));
        printf("  -k, --sslkey=KEY                %s\n", _("Use SSL private key file KEY"));
-       printf("  -K, --key-type=TYPE             %s\n", _("Private key type (PKCS#12 / TPM / PEM)"));
        printf("  -C, --cookie=COOKIE             %s\n", _("Use WebVPN cookie COOKIE"));
        printf("      --cookie-on-stdin           %s\n", _("Read cookie from standard input"));
        printf("  -d, --deflate                   %s\n", _("Enable compression (default)"));