From 7eb60332142385a3658b9005ddabc3cb61337514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20=C5=81=C4=99picki?= Date: Thu, 27 Jul 2023 10:32:55 +0200 Subject: [PATCH] Fix help screen using outdated --silence_seconds instead of --sentence_silence --- src/cpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpp/main.cpp b/src/cpp/main.cpp index 9812805..1242b87 100644 --- a/src/cpp/main.cpp +++ b/src/cpp/main.cpp @@ -385,7 +385,7 @@ void printUsage(char *argv[]) { << endl; cerr << " --noise_w NUM phoneme width noise (default: 0.8)" << endl; - cerr << " --silence_seconds NUM seconds of silence after each " + cerr << " --sentence_silence NUM seconds of silence after each " "sentence (default: 0.2)" << endl; cerr << " --espeak_data DIR path to espeak-ng data directory"