diff --git a/bin/encrypt_pillar.sh b/bin/encrypt_pillar.sh index 35d0d84..71c1061 100755 --- a/bin/encrypt_pillar.sh +++ b/bin/encrypt_pillar.sh @@ -8,7 +8,7 @@ help() { [[ $1 == '--help' ]] && help && exit -while getopts s:v:h arg; do +while getopts h arg; do case ${arg} in h) help && exit ;; *) help && exit 1 ;;