We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b073be commit f179ea0Copy full SHA for f179ea0
scripts/version.sh
@@ -3,7 +3,7 @@ set -euo pipefail
3
4
usage() {
5
echo "Usage: $0 [--short] [--hash]"
6
- echo " --short Output only the version (X.Y.Z or X.Y.Z.N)"
+ echo " --short Output a CFBundleShortVersionString compatible version (X.Y.Z)"
7
echo " --hash Output only the commit hash"
8
echo " -h, --help Display this help message"
9
echo ""
0 commit comments