mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
apps: make list -help not continue with listing
All the commands return after printing their help. List doesn't. This brings them in line. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15211)
This commit is contained in:
parent
482e6693b4
commit
b5d984bf67
@ -1560,7 +1560,7 @@ opthelp:
|
||||
return 1;
|
||||
case OPT_HELP:
|
||||
opt_help(list_options);
|
||||
break;
|
||||
return 0;
|
||||
case OPT_ONE:
|
||||
one = 1;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user