Commit 3c676ffb authored by Geoff Simmons's avatar Geoff Simmons

Update the usage output for the PH benchmark.

parent 1c41d10a
......@@ -98,8 +98,8 @@ void
usage(const char *argv, int status)
{
fprintf(stderr,
"Usage: %s [-hs] [-c csvfile] [-i inputfile] [-n iterations] "
"[file]\n", argv);
"Usage: %s [-hs] [-c csvfile] [-d dumpfile] [-i inputfile]\n"
" [-n iterations] [file]\n", argv);
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