summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-26 11:34:01 +0100
committerTheTroll <trolldev@gmail.com>2010-02-26 11:34:01 +0100
commit1ded5635fd63dc67166ee05ea5b87f578e672c61 (patch)
tree08af3e7018073d668ea1b11f08331f3e4b0c4a43
parent2f8ec339c3da375c386f7190462a4eee8e41926a (diff)
parent553f1d8baeed2eed7c9c9ed41ac60657fc1d1b22 (diff)
downloadistreamdev-1ded5635fd63dc67166ee05ea5b87f578e672c61.tar.gz
istreamdev-1ded5635fd63dc67166ee05ea5b87f578e672c61.tar.bz2
Merge branch 'master' of projects.vdr-developer.org:istreamdev
* 'master' of projects.vdr-developer.org:istreamdev: added Usaage in istream.sh command
-rwxr-xr-xistream.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/istream.sh b/istream.sh
index ceabf37..62d5230 100755
--- a/istream.sh
+++ b/istream.sh
@@ -16,7 +16,7 @@ PREFIX=stream
if [ $# -eq 0 ]
then
-echo "You must supply a valid channel!"
+echo "Format is : ./istream.sh source video_rate audio_rate audio_channels 480x320 httppath segments_number ffmpeg_path segmenter_path"
exit 1
fi