diff options
Diffstat (limited to '')
-rwxr-xr-x | convert.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ if len(sys.argv) >= 3 and len(sys.argv) <= 4: else: 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.") + print(" -n ffmpeg: Doesn't overwrite output files, and go to next file to be converted if the specified output file already exists. (Default option)") + print(" -y ffmpeg: Overwrite output files.") sys.exit() def dirSize(path,ext1,ext2): |