summaryrefslogtreecommitdiff
path: root/src/options.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2010-01-11 03:13:58 +0000
committerOthmar Gsenger <otti@anytun.org>2010-01-11 03:13:58 +0000
commitb8f807ec017426f7109e906adbf0221536af3f8a (patch)
tree444ff31ce84bd6199f05866a1a94bdc2fea27b2d /src/options.cpp
parentcleanup (diff)
added --debug option to help text
Diffstat (limited to 'src/options.cpp')
-rw-r--r--src/options.cpp1
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)