From bf66319a3d84105a113e8e6d034ef4d07a49b3a4 Mon Sep 17 00:00:00 2001 From: mrwastl Date: Mon, 9 May 2011 17:51:44 +0200 Subject: updated command line help of plugin --- plugin.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugin.c b/plugin.c index 5d63bad..a200034 100644 --- a/plugin.c +++ b/plugin.c @@ -7,8 +7,8 @@ * to the COPYING file distributed with this package. * * (c) 2001-2004 Carsten Siebholz - * (c) 2004 Andreas Regel - * (c) 2010 Wolfgang Astleitner + * (c) 2004-2010 Andreas Regel + * (c) 2010-2011 Wolfgang Astleitner */ #include @@ -82,9 +82,10 @@ cPluginGraphLCD::~cPluginGraphLCD() const char * cPluginGraphLCD::CommandLineHelp() { - return " -c CFG, --config=CFG use CFG as driver config file\n" + return " -c CFG, --config=CFG use CFG as driver config file (default is \"/etc/graphlcd.conf\")\n" " -d DISP, --display=DISP use display DISP for output\n" - " -s SKIN, --skin=SKIN use skin SKIN (default is \"default\")\n"; + " -s SKIN, --skin=SKIN use skin SKIN (default is \"default\")\n" + " -p PATH, --skinspath=PATH use path PATH for skins (default is \"/skins/\")\n"; } bool cPluginGraphLCD::ProcessArgs(int argc, char * argv[]) -- cgit v1.2.3