Missed one

This commit is contained in:
Twangboy 2022-12-08 14:56:29 -07:00 committed by Megan Wilhite
parent 642c1256db
commit 2485503f43
2 changed files with 2 additions and 1 deletions

View file

@ -150,6 +150,7 @@ done
if [ -z "$VERSION" ]; then
VERSION=$(git describe)
fi
VERSION=${VERSION#"v"}
#-------------------------------------------------------------------------------
# Quit on error

View file

@ -60,7 +60,7 @@ _usage() {
echo "Script to sign binaries in preparation for packaging:"
echo ""
echo "usage: ${0}"
echo " [-h|--help] [-v|--version]"
echo " [-h|--help]"
echo ""
echo " -h, --help this message"
echo ""