added optional numerals.db file arg to help text

This commit is contained in:
Bob Polis 2020-11-22 13:52:02 +01:00
parent d4bb4d6742
commit 8ef8f4e6eb

View File

@ -25,7 +25,8 @@ void print_help() {
std::cout << "[-i <number>] ";
std::cout << "[-l <nl|en>] ";
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 << " -h, --help show this help text and exit\n";
std::cout << " -i, --max-iter <number> maximum iterations before restart, default 10\n";