feat: update help description

This commit is contained in:
Ayo Ayco 2025-09-06 11:53:41 +02:00
parent d4faa8b09c
commit 6d8c6efa1f

2
tts.py
View file

@ -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,