summaryrefslogtreecommitdiff
path: root/live.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:09:12 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-02 21:09:12 +0000
commit68815423f7e6ebd3c1a84356f6c8a830a59f366c (patch)
treea50da6d4d4778f073d0732f141e08db7c89a969f /live.cpp
parentca0bfd1b2dce21dbf824d094fd65e1fa9ade3721 (diff)
downloadvdr-plugin-live-68815423f7e6ebd3c1a84356f6c8a830a59f366c.tar.gz
vdr-plugin-live-68815423f7e6ebd3c1a84356f6c8a830a59f366c.tar.bz2
- added options -i and -p to specify port and (possibly multiple) ip(s)
- moved commandline-helpstring to setup class to ease maintaining - added default library directory /usr/local/lib
Diffstat (limited to 'live.cpp')
-rw-r--r--live.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/live.cpp b/live.cpp
index da7c300..7cfdeb7 100644
--- a/live.cpp
+++ b/live.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: live.cpp,v 1.1 2007/01/02 19:18:27 lordjaxom Exp $
+ * $Id: live.cpp,v 1.2 2007/01/02 21:09:12 lordjaxom Exp $
*/
#include <memory>
@@ -42,7 +42,7 @@ Plugin::Plugin(void)
const char *Plugin::CommandLineHelp(void)
{
- return "-L DIR --lib=DIR libtnt-live.so will be searched in DIR\n";
+ return Setup::Get().Help();
}
bool Plugin::ProcessArgs(int argc, char *argv[])