[Redbutton-devel] SF.net SVN: redbutton: [174] www/index.html
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-01-11 17:02:26
|
Revision: 174
http://svn.sourceforge.net/redbutton/?rev=174&view=rev
Author: skilvington
Date: 2007-01-11 09:02:20 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
change description of -l flag to rb-download
Modified Paths:
--------------
www/index.html
Modified: www/index.html
===================================================================
--- www/index.html 2007-01-11 16:34:52 UTC (rev 173)
+++ www/index.html 2007-01-11 17:02:20 UTC (rev 174)
@@ -30,7 +30,7 @@
<H2>rb-download</H2>
Usage:
<PRE>
-rb-download [-v] [-a <adapter>] [-b <base_dir>] [-t <timeout>] [-l[<listen_addr>]] [-c <carousel_id>] [<service_id>]
+rb-download [-v] [-a <adapter>] [-b <base_dir>] [-t <timeout>] [-l <listen_addr>] [-c <carousel_id>] [<service_id>]
</PRE>
Download the DVB Object Carousel for the given channel onto the local hard disc.
<P>
@@ -47,13 +47,12 @@
</ul>
use the -a option to change the adapter number (eg "-a 1" will use /dev/dvb/adapter1/demux0 etc).
<P>
-If -l is given, rb-download listens on the network for commands from a remote rb-browser.
+rb-download listens on the network for commands from a remote rb-browser.
The default IP to listen on is 0.0.0.0 (ie all interfaces), the default TCP port is 10101.
-The <listen_addr> should be given in the form "host:port", where host defaults to 0.0.0.0 and port defaults to 10101.
-Eg, to listen on a different port, do "-l8080",
-to only listen on the loop back, do "-l127.0.0.1" or on a different port too, do "-l127.0.0.1:8080".
-NOTE: because -l may or may not take an argument, you must not put a space between the -l and the value
-(otherwise, "rb-download -l 1234", is ambiguous - listen on port 1234 or use service_id 1234?).
+The -l option changes the default IP and port.
+<listen_addr> should be given in the form "host:port", where host defaults to 0.0.0.0 and port defaults to 10101.
+Eg, to listen on a different port, do "-l 8080",
+to only listen on the loop back, do "-l 127.0.0.1" or on a different port too, do "-l 127.0.0.1:8080".
<P>
The <carousel_id> will normally be read from the PMT, but you can use the -c option to explicitly choose a carousel.
<P>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|