From e3943f5559b50f9c4a0acc93bbbfd9dc33a27276 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 4 Apr 2010 10:30:08 +0200 Subject: [PATCH] fixed short option name --- src/pki/commands/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pki/commands/gen.c b/src/pki/commands/gen.c index 16d8d48d4..b2769da54 100644 --- a/src/pki/commands/gen.c +++ b/src/pki/commands/gen.c @@ -47,7 +47,7 @@ static int gen() return command_usage("invalid key type"); } continue; - case 'o': + case 'f': if (!get_form(arg, &form, FALSE)) { return command_usage("invalid key output format");