feat: update help description
This commit is contained in:
parent
d4faa8b09c
commit
6d8c6efa1f
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
@ -35,7 +35,7 @@ prep_texts = [
|
||||||
]
|
]
|
||||||
|
|
||||||
def parse_args():
|
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(
|
parser.add_argument(
|
||||||
"input_text",
|
"input_text",
|
||||||
type=str,
|
type=str,
|
||||||
|
|
Loading…
Reference in a new issue