From: levitte@gmail.com Date: Mon, 17 Aug 2009 17:27:48 +0000 (+0000) Subject: Clarify that -c doesn't set the access code X-Git-Tag: yubikey-personalisation_0.97-1~41 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8b7c0067d951a22aef48e9eb76662f69467a16;p=yubikey-personalization Clarify that -c doesn't set the access code git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@137 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 6581db0..67c873a 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -45,6 +45,7 @@ const char *usage = " (if FILE is -, read from stdin)\n" "-aXXX.. A 32 char hex value (not modhex) of a fixed AES key to use\n" "-cXXX.. A 12 char modhex value to use as access code for programming\n" +" (this does NOT SET the access code, that's done with -oaccess=)\n" "-oOPTION change configuration option. Possible OPTION arguments are:\n" " salt=ssssssss Salt to be used for key generation. If\n" " none is given, a unique random one will be\n"