diff --git a/docker-bench-security.sh b/docker-bench-security.sh index 7a2b512..6442e0e 100755 --- a/docker-bench-security.sh +++ b/docker-bench-security.sh @@ -62,7 +62,7 @@ if [ "x$ID" != "x0" ]; then fi # Get the flags -while getopts :hlfi: args +while getopts hl: args do case $args in h) usage ;;