mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-24 07:58:34 +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 () {
|
usage () {
|
||||||
echo "usage: $(basename $0) [--tag tagname | --branch branchname] [--variant variant]"
|
echo "usage: $(basename $0) [--tag tagname | --branch branchname] [--variant variant]"
|
||||||
echo " # (uses current branch as default)"
|
echo " # (uses current branch as default)"
|
||||||
exit 0
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
TAG=""
|
TAG=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue