From c30b6ef35a062753b5f51dad04f6e64c4ce2a0e0 Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Sun, 15 Oct 2017 14:41:31 +0200 Subject: Add information on supported format in help text --- convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.py b/convert.py index 2047637..235591c 100755 --- a/convert.py +++ b/convert.py @@ -27,7 +27,7 @@ if len(sys.argv) >= 3 and len(sys.argv) <= 4: print("No such file or directory: '"+str(sourcedir)+"'") sys.exit() else: - print("Simple tool for convert mp4 file to mp3") + print("Simple tool for convert mp4, mkv or webm file to mp3") print("Usage:\nconvert.py [-n|-y] [SOURCE] [DESTINATION]") print(" -n ffmpeg: Do not overwrite output files, and exit immediately if a specified output file already exists. (Default option)") print(" -y ffmpeg: Overwrite output files without asking.") -- cgit v1.2.1