genpkey: -quiet doesn't take an argument
[openssl.git] / apps / genpkey.c
index d327bcab07fda854a58239f83ec4609ca036553a..d00754eeaca09fb62e37f08e4a5f211435cd5c90 100644 (file)
@@ -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,