RSA: Add a less loaded PSS-parameter structure
[openssl.git] / apps / errstr.c
index df0253c41649682b879c00ae0e9aea439dc89321..9e97698be347dbc3a9f32da64674d3b40fd2459f 100644 (file)
@@ -22,8 +22,12 @@ typedef enum OPTION_choice {
 
 const OPTIONS errstr_options[] = {
     {OPT_HELP_STR, 1, '-', "Usage: %s [options] errnum...\n"},
-    {OPT_HELP_STR, 1, '-', "  errnum  Error number\n"},
+
+    OPT_SECTION("General"),
     {"help", OPT_HELP, '-', "Display this summary"},
+
+    OPT_PARAMETERS(),
+    {"errnum", 0, 0, "Error number(s) to decode"},
     {NULL}
 };