added optional numerals.db file arg to help text
This commit is contained in:
parent
d4bb4d6742
commit
8ef8f4e6eb
@ -25,7 +25,8 @@ void print_help() {
|
|||||||
std::cout << "[-i <number>] ";
|
std::cout << "[-i <number>] ";
|
||||||
std::cout << "[-l <nl|en>] ";
|
std::cout << "[-l <nl|en>] ";
|
||||||
std::cout << "[-s <text>] ";
|
std::cout << "[-s <text>] ";
|
||||||
std::cout << "[-v]\n";
|
std::cout << "[-v] ";
|
||||||
|
std::cout << "[path-to-numerals.db]\n";
|
||||||
std::cout << " -a, --autogram <relaxed|strict|pangram> autogram type, default relaxed\n";
|
std::cout << " -a, --autogram <relaxed|strict|pangram> autogram type, default relaxed\n";
|
||||||
std::cout << " -h, --help show this help text and exit\n";
|
std::cout << " -h, --help show this help text and exit\n";
|
||||||
std::cout << " -i, --max-iter <number> maximum iterations before restart, default 10\n";
|
std::cout << " -i, --max-iter <number> maximum iterations before restart, default 10\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user