mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 07:28:08 +00:00
Added --soversion to help in bump_version.sh
This commit is contained in:
parent
6db455e6e3
commit
eaed9dffb7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ do
|
|||
echo "Usage: $0"
|
||||
echo -e " -h|--help\t\t\tPrint this help."
|
||||
echo -e " --version <version>\tVersion to bump to."
|
||||
echo -e " --soversion <version>\tSO version to bump to."
|
||||
echo -e " -v|--verbose\t\tVerbose."
|
||||
exit 1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue