diff options
Diffstat (limited to 'bumpPkgrel')
-rwxr-xr-x | bumpPkgrel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bumpPkgrel b/bumpPkgrel index e867fb345..d9bc93169 100755 --- a/bumpPkgrel +++ b/bumpPkgrel @@ -2,6 +2,8 @@ if [ $# -eq 0 ]; then >&2 echo 'usage: bumpPkgrel [-n] [-p /tmp/provided] $pkg1 $pkg2 $pkg3 ...' + >&2 echo ' -n: do not commit' + >&2 echo ' -p: use this temporary file' exit 1 fi |