Skip to content

Commit

Permalink
typo in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
binfan999 committed Jun 28, 2014
1 parent 2290be5 commit 84475d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bench/bench_trace_gen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ static void sha1(char hash[20], const char* buf, size_t count)
int main(int argc, char **argv) {

if (argc <= 1) {
cout << "usage: preprocess output_filename < input_filename" << endl;
cout << "usage: ./bench_trace_gen output_filename < input_filename"
<< endl;
exit (1);
}

Expand Down

0 comments on commit 84475d1

Please sign in to comment.