X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=zless.in;h=e4da708f778740f388029e04ac24e4d5eaaa0ed2;hb=801fd9110048e817fea291317116e4085a6081b0;hp=5c20d8271382d4035189b34ede2897f867afc0a4;hpb=f55f2be13c2f1afa8d76daadabb3b24c7fe34743;p=debian%2Fgzip diff --git a/zless.in b/zless.in index 5c20d82..e4da708 100644 --- a/zless.in +++ b/zless.in @@ -32,8 +32,8 @@ Options are the same as for 'less'. Report bugs to ." case $1 in ---help) printf '%s\n' "$usage" ; exit;; ---version) printf '%s\n' "$version"; exit;; +--help) printf '%s\n' "$usage" || exit 1; exit;; +--version) printf '%s\n' "$version" || exit 1; exit;; esac if test "${LESSMETACHARS+set}" != set; then