From 291ca737f9fb16f0d3d8088a740db7a58be0a6e3 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 21 Mar 2015 17:45:17 +0100 Subject: encode-libvlc ID is still mandatory --- encode-libvlc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode-libvlc.sh b/encode-libvlc.sh index ee0854e..8f8f672 100755 --- a/encode-libvlc.sh +++ b/encode-libvlc.sh @@ -20,7 +20,7 @@ set -u # check number of arguments if [[ "$#" -lt 3 ]] ; then - echo "Usage $0 url destination [encoder]" + echo "Usage $0 url id destination [encoder]" echo "Encoder shall be 'dabplus-enc' or 'toolame'" exit 1 fi -- cgit v1.2.3