Deprecate the low level SEED functions
[openssl.git] / apps / errstr.c
index 212b7293cde5befb9383244b3fa16f9ae99dd65b..9e97698be347dbc3a9f32da64674d3b40fd2459f 100644 (file)
@@ -22,10 +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}
 };