Document most missing options
[openssl.git] / apps / list.c
index a260db80fd5f6c9788b964588ff88ebee37e2df8..ed6f1c71ac679e3b25000355d84fedf4d8e2515f 100644 (file)
@@ -364,6 +364,9 @@ static void list_options_for_command(const char *command)
     for ( ; o->name != NULL; o++) {
         char c = o->valtype;
 
+        if (o->name == OPT_PARAM_STR)
+            break;
+
         if (o->name == OPT_HELP_STR
                 || o->name == OPT_MORE_STR
                 || o->name == OPT_SECTION_STR