summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-28 12:22:17 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-28 12:22:59 +0100
commitc90cb7813faf18aa353fef1a6ca9a1f2260bae70 (patch)
treed5596a20b119a7c0ca63d9f0d5f7b92e3cc702b0
parent57c099e9259a34c274836f96024bbb84563486d4 (diff)
git-pbuilder: properly escape -?
Closes: #882984
-rwxr-xr-xbin/git-pbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/git-pbuilder b/bin/git-pbuilder
index bc4119d7..9161b4f2 100755
--- a/bin/git-pbuilder
+++ b/bin/git-pbuilder
@@ -44,7 +44,7 @@ unset_env() {
}
case $1 in
- -h|--help|-?)
+ -h|--help|-\?)
cat <<EOF
git-pbuilder - Wrapper around cowbuilder/qemubuilder for gbp buildpackage