Skip to content

Commit

Permalink
Merge pull request #11 from willfrey/patch-1
Browse files Browse the repository at this point in the history
Fix print_help to display the accurate default value.
  • Loading branch information
s-yata authored Apr 6, 2017
2 parents 961ed33 + 86f29b4 commit 59e4105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/marisa-benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void print_help(const char *cmd) {
<< "] (default: 1)\n"
" -n, --max-num-tries=[N] limit the number of tries"
" [" << MARISA_MIN_NUM_TRIES << ", " << MARISA_MAX_NUM_TRIES
<< "] (default: 10)\n"
<< "] (default: 5)\n"
" -t, --text-tail build a dictionary with text TAIL (default)\n"
" -b, --binary-tail build a dictionary with binary TAIL\n"
" -w, --weight-order arrange siblings in weight order (default)\n"
Expand Down

0 comments on commit 59e4105

Please sign in to comment.