From dbda465a161da289cb6c3495598d1c45acb5f0e7 Mon Sep 17 00:00:00 2001 From: simon75j Date: Fri, 29 May 2009 17:11:31 +0000 Subject: [PATCH] It is -aFOO not -a=FOO. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@100 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- ykpersonalize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5