1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Update convert.sh

This commit is contained in:
liberodark 2020-05-30 10:17:02 +02:00 committed by GitHub
parent 67ba9bd3b5
commit c6f273b2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ usage ()
echo "usage: -ffmpeg or -avidemux" echo "usage: -ffmpeg or -avidemux"
echo "options:" echo "options:"
echo "-ffmpeg: Convert with ffmpeg" echo "-ffmpeg: Convert with ffmpeg"
echo "-remove: Convert with avidemux" echo "-avidemux: Convert with avidemux"
echo "-h: Show help" echo "-h: Show help"
} }