resolved same argument name

This commit is contained in:
Jaikinator
2023-08-25 14:32:14 +02:00
parent e499c98703
commit 685fdfcfac
+1 -1
View File
@@ -285,7 +285,7 @@ def cli():
parser.add_argument("--output_directory", "-o", type=str, default=".", parser.add_argument("--output_directory", "-o", type=str, default=".",
help="Directory to save the transcription outputs.") 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"], choices=["txt", "json", "md", "html"],
help="Format of the output file; defaults to txt.") help="Format of the output file; defaults to txt.")