diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-21 17:45:17 +0100 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-03-21 17:45:17 +0100 | 
| commit | 291ca737f9fb16f0d3d8088a740db7a58be0a6e3 (patch) | |
| tree | 27ab5fde174f68b9083e96a9eed68108b10ec6da /encode-libvlc.sh | |
| parent | 0646fc7cb508940370f5cbb07599d8f6b902bb23 (diff) | |
| download | dab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.tar.gz dab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.tar.bz2 dab-scripts-291ca737f9fb16f0d3d8088a740db7a58be0a6e3.zip | |
encode-libvlc ID is still mandatory
Diffstat (limited to 'encode-libvlc.sh')
| -rwxr-xr-x | encode-libvlc.sh | 2 | 
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 | 
