mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Don't treat --help as an error
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
4cce03530a
commit
05d8c71202
@ -51,7 +51,7 @@ do
|
|||||||
echo -e " --so-x509 <version>\tSO version to bump libmbedx509 to."
|
echo -e " --so-x509 <version>\tSO version to bump libmbedx509 to."
|
||||||
echo -e " --so-tls <version>\tSO version to bump libmbedtls to."
|
echo -e " --so-tls <version>\tSO version to bump libmbedtls to."
|
||||||
echo -e " -v|--verbose\t\tVerbose."
|
echo -e " -v|--verbose\t\tVerbose."
|
||||||
exit 1
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# print error
|
# print error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user