Skip to content

Commit

Permalink
disko: also support -h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Sep 20, 2023
1 parent 9f29ced commit f43f106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion disko
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down Expand Up @@ -73,7 +75,7 @@ while [[ $# -gt 0 ]]; do
shift
shift
;;
--help)
-h | --help)
showUsage
exit 0
;;
Expand Down

0 comments on commit f43f106

Please sign in to comment.