From 76f421d68833a460e5c9ca865793be807e6dd3c1 Mon Sep 17 00:00:00 2001 From: rany Date: Sat, 5 Jun 2021 16:25:54 +0300 Subject: [PATCH] Info --- edge-tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edge-tts.py b/edge-tts.py index b73d61b..bbf5c94 100755 --- a/edge-tts.py +++ b/edge-tts.py @@ -102,7 +102,7 @@ async def main(): "--log-level", default=logging.CRITICAL, type=lambda x: getattr(logging, x), - help="Configure the logging level." + help="configure the logging level (currently only DEBUG supported)" ) parser.add_argument('-z', '--custom-ssml', help='treat text as ssml to send. For more info check https://bit.ly/3fIq13S', action='store_true') parser.add_argument('-v', '--voice', help='voice for TTS. Default: en-US-AriaNeural', default='en-US-AriaNeural')