fixed short option name
This commit is contained in:
@@ -47,7 +47,7 @@ static int gen()
|
|||||||
return command_usage("invalid key type");
|
return command_usage("invalid key type");
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
case 'o':
|
case 'f':
|
||||||
if (!get_form(arg, &form, FALSE))
|
if (!get_form(arg, &form, FALSE))
|
||||||
{
|
{
|
||||||
return command_usage("invalid key output format");
|
return command_usage("invalid key output format");
|
||||||
|
|||||||
Reference in New Issue
Block a user