Skip to content

Commit

Permalink
Typo in clstmocrtrain --help
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 9, 2016
1 parent a22d2c7 commit 06b5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clstmocrtrain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ int print_usage(char **argv) {
cerr << "Usage: [VAR=VAL...] " << argv[0] << " TRAININGLIST [TESTLIST]\n";
cerr << "\n";
cerr << " Arguments:\n";
cerr << " TRAININGSET File with filenames to train with\n";
cerr << " TRAININGLIST File with filenames to train with\n";
cerr << " TESTLIST File with filenames to evaluate training\n";
cerr << " \n";
cerr << " Variables:\n";
Expand Down

0 comments on commit 06b5368

Please sign in to comment.