1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Added --soversion to help in bump_version.sh

This commit is contained in:
Paul Bakker
2013-09-18 21:19:35 +02:00
parent 6db455e6e3
commit eaed9dffb7

View File

@@ -26,6 +26,7 @@ do
echo "Usage: $0" echo "Usage: $0"
echo -e " -h|--help\t\t\tPrint this help." echo -e " -h|--help\t\t\tPrint this help."
echo -e " --version <version>\tVersion to bump to." echo -e " --version <version>\tVersion to bump to."
echo -e " --soversion <version>\tSO version to bump to."
echo -e " -v|--verbose\t\tVerbose." echo -e " -v|--verbose\t\tVerbose."
exit 1 exit 1
;; ;;