Skip to content

Commit

Permalink
add -r option
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-17 authored and webbnh committed Jan 5, 2022
1 parent ab69f79 commit 5cce3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/util-scripts/pbench-clear-tools
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5cce3c3

Please sign in to comment.