From: Richard Levitte 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_1.3.5-1~4^2~106 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a3edcdf3a504f4e5d30bb087f909287d80e66b;p=yubikey-personalization.old Clarify that -c doesn't set the access code --- 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"