diff --git a/dracut.sh b/dracut.sh index 901ed09e94..77a30a6283 100755 --- a/dracut.sh +++ b/dracut.sh @@ -801,7 +801,7 @@ while :; do --fstab) use_fstab_l="yes" ;; -h | --help) long_usage - exit 1 + exit 0 ;; --bzip2) compress_l="bzip2" ;; --lzma) compress_l="lzma" ;; @@ -845,7 +845,7 @@ while :; do ;; --version) long_version - exit 1 + exit 0 ;; --) shift