diff --git a/autotranscript/autotranscript.py b/autotranscript/autotranscript.py index e053d6a..a8e23aa 100644 --- a/autotranscript/autotranscript.py +++ b/autotranscript/autotranscript.py @@ -285,7 +285,7 @@ def cli(): parser.add_argument("--output_directory", "-o", type=str, default=".", help="Directory to save the transcription outputs.") - parser.add_argument("--output_format", "-f", type=str, default="txt", + parser.add_argument("--output_format", "-of", type=str, default="txt", choices=["txt", "json", "md", "html"], help="Format of the output file; defaults to txt.")