From 8ef8f4e6eb527e531ca850b361b1945b642fbb37 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sun, 22 Nov 2020 13:52:02 +0100 Subject: [PATCH] added optional numerals.db file arg to help text --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";