summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pkgdelta.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in
index 0f3472b6..a0e3ceec 100644
--- a/scripts/pkgdelta.sh.in
+++ b/scripts/pkgdelta.sh.in
@@ -124,7 +124,9 @@ create_xdelta()
}
case "$1" in
- -q|--quiet) QUIET=1; shift ;;
+ -h|--help) usage; exit 0 ;;
+ -V|--version) version; exit 0 ;;
+ -q|--quiet) QUIET=1; shift ;;
esac
if (( $# != 2 )); then