X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fopenssl.c;fp=apps%2Fopenssl.c;h=66189ca434c42c225fda78b76d1b4c9f246b0cd0;hp=9aabad5e0921a38196dc6e4bd1c0ce4be9e19e45;hb=92de469fbd62a77a36dad5fde3a0ac7034071a59;hpb=1838580037a47b42c5b2326b0b988c50c7c64c3c diff --git a/apps/openssl.c b/apps/openssl.c index 9aabad5e09..66189ca434 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -384,11 +384,13 @@ typedef enum HELP_CHOICE { } HELP_CHOICE; const OPTIONS help_options[] = { - {OPT_HELP_STR, 1, '-', "Usage: help [options]\n"}, - {OPT_HELP_STR, 1, '-', " help [command]\n"}, + {OPT_HELP_STR, 1, '-', "Usage: help [options] [command]\n"}, OPT_SECTION("General"), {"help", OPT_hHELP, '-', "Display this summary"}, + + OPT_PARAMETERS(), + {"command", 0, 0, "Name of command to display help (optional)"}, {NULL} };