summaryrefslogtreecommitdiffstats
path: root/apps/genpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/genpkey.c')
-rw-r--r--apps/genpkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/genpkey.c b/apps/genpkey.c
index d327bcab07..d00754eeac 100644
--- a/apps/genpkey.c
+++ b/apps/genpkey.c
@@ -37,7 +37,7 @@ const OPTIONS genpkey_options[] = {
#endif
{"paramfile", OPT_PARAMFILE, '<', "Parameters file"},
{"algorithm", OPT_ALGORITHM, 's', "The public key algorithm"},
- {"quiet", OPT_QUIET, 's', "Do not output status while generating keys"},
+ {"quiet", OPT_QUIET, '-', "Do not output status while generating keys"},
{"pkeyopt", OPT_PKEYOPT, 's',
"Set the public key algorithm option as opt:value"},
OPT_CONFIG_OPTION,