aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-21 17:45:17 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-03-21 17:45:17 +0100
commit291ca737f9fb16f0d3d8088a740db7a58be0a6e3 (patch)
tree27ab5fde174f68b9083e96a9eed68108b10ec6da
parent0646fc7cb508940370f5cbb07599d8f6b902bb23 (diff)
downloaddab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.tar.gz
dab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.tar.bz2
dab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.zip
encode-libvlc ID is still mandatory
-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