diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:09:12 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-02 21:09:12 +0000 |
commit | 68815423f7e6ebd3c1a84356f6c8a830a59f366c (patch) | |
tree | a50da6d4d4778f073d0732f141e08db7c89a969f /live.cpp | |
parent | ca0bfd1b2dce21dbf824d094fd65e1fa9ade3721 (diff) | |
download | vdr-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.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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[]) |