diff options
author | Othmar Gsenger <otti@anytun.org> | 2010-01-11 03:13:58 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2010-01-11 03:13:58 +0000 |
commit | b8f807ec017426f7109e906adbf0221536af3f8a (patch) | |
tree | 444ff31ce84bd6199f05866a1a94bdc2fea27b2d | |
parent | cleanup (diff) |
added --debug option to help text
-rw-r--r-- | src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.cpp b/src/options.cpp index 86ef03f..4a50839 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -548,6 +548,7 @@ void Options::printUsage() std::cout << " [-L|--log] <target>:<level>[,<param1>[,<param2>..]]" << std::endl; std::cout << " add a log target, can be invoked several times" << std::endl; std::cout << " i.e.: stdout:5" << std::endl; + std::cout << " [-U|--debug] don't daemonize and log to stdout with maximum log level" << std::endl; #if defined(ANYCTR_OPTIONS) |