diff --git a/agent/util-scripts/pbench-clear-tools b/agent/util-scripts/pbench-clear-tools index b545489ab4..d2e958f323 100755 --- a/agent/util-scripts/pbench-clear-tools +++ b/agent/util-scripts/pbench-clear-tools @@ -19,7 +19,7 @@ group="default" # Process options and arguments -opts=$(getopt -q -o g:n: --longoptions "group:,name:,remote:" -n "getopt.sh" -- "$@"); +opts=$(getopt -q -o g:n:r: --longoptions "group:,name:,remote:" -n "getopt.sh" -- "$@"); if [ $? -ne 0 ]; then printf "\n" printf "$script_name: you specified an invalid option\n\n"