diff options
Diffstat (limited to 'xineliboutput.c')
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index c6a2f384..81885e47 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.20 2007-05-17 12:58:33 phintuka Exp $ + * $Id: xineliboutput.c,v 1.21 2007-06-11 19:18:41 phintuka Exp $ * */ @@ -95,6 +95,8 @@ const char cmdLineHelp[] = " -r PORT --remote=PORT Listen PORT for remote clients\n" " (default "LISTEN_PORT_S")\n" " none or 0 disables remote mode\n" +" Also local interface address can be specified:\n" +" --remote=<ip>:<port> (default is all interfaces)\n" " -A NAME --audio=NAME Use audio driver NAME for local frontend\n" " Supported values:\n" " auto, alsa, oss, arts, esound, none\n" |