mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
disko: also support -h
This commit is contained in:
parent
9f29cedac7
commit
f43f106e91
1 changed files with 3 additions and 1 deletions
4
disko
4
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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue