aboutsummaryrefslogtreecommitdiffstats
path: root/encode-libvlc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'encode-libvlc.sh')
-rwxr-xr-xencode-libvlc.sh2
1 files changed, 1 insertions, 1 deletions
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