disko: also support -h

This commit is contained in:
Jörg Thalheim 2023-09-20 11:02:15 +02:00 committed by mergify[bot]
parent 9f29cedac7
commit f43f106e91

4
disko
View file

@ -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
;;