apps: make list -help not continue with listing
authorPauli <pauli@openssl.org>
Mon, 10 May 2021 05:55:13 +0000 (15:55 +1000)
committerPauli <pauli@openssl.org>
Wed, 12 May 2021 08:40:57 +0000 (18:40 +1000)
commitb5d984bf67ba7bb5723a61f73cca89c1f86009ce
tree9667fdec849a85c6ce844a6c6ce6a899f716b5a4
parent482e6693b436e2de31a7c20d03fc73398b04767f
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)
apps/list.c