diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-22 14:32:51 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-22 14:32:51 +0000 |
commit | 1501e7126a04f12363b3a03d19fe0e0bae91b598 (patch) | |
tree | ddb529e9168e6deced7dac6d6d1cf9f80ea09244 /src/options.cpp | |
parent | added -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.cpp | 2 |
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) |