Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed `print_help` to display accurate default values. `$ marisa-benchmark --help` displays ``` Options: ... -n, --max-num-tries=[N] limit the number of tries [1, 127] (default: 10) ... ``` but `int param_max_num_tries = 5;` so I just fixed the string. Nothing big!
- Loading branch information