diff --git a/src/main.cpp b/src/main.cpp index 73eb993..de6d323 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,8 @@ void print_help() { std::cout << "[-i ] "; std::cout << "[-l ] "; std::cout << "[-s ] "; - std::cout << "[-v]\n"; + std::cout << "[-v] "; + std::cout << "[path-to-numerals.db]\n"; std::cout << " -a, --autogram autogram type, default relaxed\n"; std::cout << " -h, --help show this help text and exit\n"; std::cout << " -i, --max-iter maximum iterations before restart, default 10\n";