mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
usage should exit with an error
This commit is contained in:
parent
6fe302eab1
commit
ca41a2390c
1 changed files with 1 additions and 1 deletions
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue