From: Richard Levitte Date: Tue, 25 Aug 2009 19:44:47 +0000 (+0000) Subject: The command line arguments are with dashes, not underscores... X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~93 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6f5a4a9eaf4e7694dd3bbbab8c988f7c2b76bd7;p=yubikey-personalization.old The command line arguments are with dashes, not underscores... --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 5fb638f..64365f9 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -80,13 +80,13 @@ const char *usage = " [-]allow-hidtrig set/clear the ALLOW_HIDTRIG configuration flag.\n" " (only with Yubikey I!)\n" " [-]static-ticket set/clear the STATIC_TICKET configuration flag.\n" -" [-]short_ticket set/clear the SHORT_TICKET configuration flag.\n" +" [-]short-ticket set/clear the SHORT_TICKET configuration flag.\n" " (only with Yubikey II!)\n" -" [-]strong_pw1 set/clear the STRONG_PW1 configuration flag.\n" +" [-]strong-pw1 set/clear the STRONG_PW1 configuration flag.\n" " (only with Yubikey II!)\n" -" [-]strong_pw2 set/clear the STRONG_PW2 configuration flag.\n" +" [-]strong-pw2 set/clear the STRONG_PW2 configuration flag.\n" " (only with Yubikey II!)\n" -" [-]man_update set/clear the MAN_UPDATE configuration flag.\n" +" [-]man-update set/clear the MAN_UPDATE configuration flag.\n" " (only with Yubikey II!)\n" "-y always commit (do not prompt)\n" "\n"