From: Simon Josefsson Date: Fri, 29 May 2009 17:11:31 +0000 (+0000) Subject: It is -aFOO not -a=FOO. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~135 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=629d9cd335eb5c1c513ad10d84f4504f47c28a03;p=yubikey-personalization.old It is -aFOO not -a=FOO. --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 9916c71..6e9ed22 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" -"-a=xxx.. A 32 char hex value (not modhex) of a fixed AES key to use\n" +"-axxx.. 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"