From c6f273b2c9e0e79911dbde4c3b2faa0d43365bf5 Mon Sep 17 00:00:00 2001 From: liberodark Date: Sat, 30 May 2020 10:17:02 +0200 Subject: [PATCH] Update convert.sh --- conf/convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/convert.sh b/conf/convert.sh index 3b5c128..57c780a 100644 --- a/conf/convert.sh +++ b/conf/convert.sh @@ -21,7 +21,7 @@ usage () echo "usage: -ffmpeg or -avidemux" echo "options:" echo "-ffmpeg: Convert with ffmpeg" - echo "-remove: Convert with avidemux" + echo "-avidemux: Convert with avidemux" echo "-h: Show help" }