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
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ while [[ $# -gt 0 ]]; do
case "$1" in
"-h" | "--help")
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
;;
"--disk")