From f6f5a4a9eaf4e7694dd3bbbab8c988f7c2b76bd7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 25 Aug 2009 19:44:47 +0000 Subject: [PATCH] The command line arguments are with dashes, not underscores... --- ykpersonalize.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.5