Skip to content

Commit e323768

Browse files
committed
Add show-server option in pbench-move-results usage
1 parent 6a7766a commit e323768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/util-scripts/pbench-move-results

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pbench_bin="`cd ${script_path}/..; /bin/pwd`"
1010

1111
function usage() {
1212
printf "usage:\n"
13-
printf "$script_name [--prefix=<path>] [--xz-single-threaded]\n"
13+
printf "$script_name [--prefix=<path>] [--xz-single-threaded] [--show-server]\n"
1414
}
1515

1616
# Process options and arguments

0 commit comments

Comments
 (0)