From 6d8c6efa1fe95c8684275b3346a057367df0c149 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 6 Sep 2025 11:53:41 +0200 Subject: [PATCH] feat: update help description --- tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts.py b/tts.py index 8185826..8c3fe27 100644 --- a/tts.py +++ b/tts.py @@ -35,7 +35,7 @@ prep_texts = [ ] def parse_args(): - parser = argparse.ArgumentParser(description="Simple TTS", allow_abbrev=False) + parser = argparse.ArgumentParser(description="Simple TTS - machine learning text-to-speech for your terminal", allow_abbrev=False) parser.add_argument( "input_text", type=str,