From 68815423f7e6ebd3c1a84356f6c8a830a59f366c Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Tue, 2 Jan 2007 21:09:12 +0000 Subject: - 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 --- live.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'live.cpp') 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 @@ -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[]) -- cgit v1.2.3