Commit af2ce0c5 authored by Geoff Simmons's avatar Geoff Simmons

Update the usage output for the PH benchmark.

parent b0cc2460
...@@ -98,8 +98,8 @@ void ...@@ -98,8 +98,8 @@ void
usage(const char *argv, int status) usage(const char *argv, int status)
{ {
fprintf(stderr, fprintf(stderr,
"Usage: %s [-hs] [-c csvfile] [-i inputfile] [-n iterations] " "Usage: %s [-hs] [-c csvfile] [-d dumpfile] [-i inputfile]\n"
"[file]\n", argv); " [-n iterations] [file]\n", argv);
exit(status); exit(status);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment