From: simon75j Date: Fri, 8 May 2009 07:03:24 +0000 (+0000) Subject: Fix -a docstring. Reported by Aaron Mitti. X-Git-Tag: yubikey-personalisation_0.97-1~82 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36b4244f801ecc53ad3dcae8b1c452274eb6650;p=yubikey-personalization Fix -a docstring. Reported by Aaron Mitti. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@86 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 3b42288..9916c71 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -44,7 +44,7 @@ const char *usage = " (if file is -, send to stdout)\n" "-ifile read configuration from file.\n" " (if file is -, read from stdin)\n" -"-aaeshex A 32 char hex value (not modhex) of a fixed AES key to use\n" +"-a=xxx.. A 32 char hex value (not modhex) of a fixed AES key to use\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"