From f43f106e91fe4f6591cf80cc5c8179e841c6e922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 20 Sep 2023 11:02:15 +0200 Subject: [PATCH] disko: also support -h --- disko | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/disko b/disko index 0ca4c313..b274ebe2 100755 --- a/disko +++ b/disko @@ -40,6 +40,8 @@ Options: requires all necessary dependencies to be available in the environment * --debug run with set -x +* --help + show this help USAGE } @@ -73,7 +75,7 @@ while [[ $# -gt 0 ]]; do shift shift ;; - --help) + -h | --help) showUsage exit 0 ;;