mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Don't treat --help as an error
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user