usage should exit with an error

This commit is contained in:
Eric House 2016-02-24 22:16:56 -08:00
parent 6fe302eab1
commit ca41a2390c

View file

@ -5,7 +5,7 @@ set -e -u
usage () {
echo "usage: $(basename $0) [--tag tagname | --branch branchname] [--variant variant]"
echo " # (uses current branch as default)"
exit 0
exit 1
}
TAG=""