diff --git a/usr/bin/archboot-secureboot-keys.sh b/usr/bin/archboot-secureboot-keys.sh index 4f454d59b..8dd63fe80 100755 --- a/usr/bin/archboot-secureboot-keys.sh +++ b/usr/bin/archboot-secureboot-keys.sh @@ -17,7 +17,7 @@ _DIR="${2}" while [ $# -gt 0 ]; do case ${1} in -name=*|--name=*) NAME="$(echo "${1}" | rg -o '=(.*)' -r '$1')" ;; - -h|--h|?) _usage ;; + -h|--h|-help|--help|?) _usage ;; esac shift done diff --git a/usr/lib/archboot/cpio/cpio.sh b/usr/lib/archboot/cpio/cpio.sh index 42566a665..3d0879c90 100644 --- a/usr/lib/archboot/cpio/cpio.sh +++ b/usr/lib/archboot/cpio/cpio.sh @@ -43,7 +43,7 @@ while [ $# -gt 0 ]; do _abort "Unable to write to path!" "${1}" fi ;; - -h) _usage + -h|--h|-help|--help|?) _usage ;; esac shift