Add missing option in help

This commit is contained in:
Sandro - 2023-04-29 21:34:03 +02:00
parent 181cae298f
commit 9cd9f6edcd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,7 +6,7 @@ while [[ $# -gt 0 ]]; do
case "$1" in case "$1" in
"-h" | "--help") "-h" | "--help")
echo "Usage:" echo "Usage:"
echo "$0 [-h|--help] --disk /dev/sdx --name chaos [--no-ceph] [--no-zfs]" echo "$0 [-h|--help] --disk /dev/sdx --name chaos [--no-ceph] [--no-luks] [--no-zfs]"
exit 0 exit 0
;; ;;
"--disk") "--disk")