summaryrefslogtreecommitdiff
path: root/src/options.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 14:32:51 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 14:32:51 +0000
commit1501e7126a04f12363b3a03d19fe0e0bae91b598 (patch)
treeddb529e9168e6deced7dac6d6d1cf9f80ea09244 /src/options.cpp
parentadded -L|--log to command line parser (diff)
added log target support to anytun-contorld and anytun-config
Diffstat (limited to 'src/options.cpp')
-rw-r--r--src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.cpp b/src/options.cpp
index ca55856..6aa795a 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -453,7 +453,7 @@ void Options::printUsage()
#endif
std::cout << " [-L|--log] <target>:<level>[,<param1>[,<param2>..]]" << std::endl;
- std::cout << " add a log target" << std::endl;
+ std::cout << " add a log target, can be invoked several times" << std::endl;
#if defined(ANYCTR_OPTIONS)