Add --tashkeel_model to help

This commit is contained in:
Michael Hansen
2023-06-11 13:17:20 -05:00
parent 7eda91552c
commit 0d562a6249

View File

@@ -329,6 +329,9 @@ void printUsage(char *argv[]) {
<< endl;
cerr << " --espeak_data DIR path to espeak-ng data directory"
<< endl;
cerr << " --tashkeel_model FILE path to libtashkeel onnx model "
"(arabic)"
<< endl;
cerr << " --debug print DEBUG messages to the console"
<< endl;
cerr << endl;