From b8f807ec017426f7109e906adbf0221536af3f8a Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Mon, 11 Jan 2010 03:13:58 +0000 Subject: added --debug option to help text --- src/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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] :[,[,..]]" << 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) -- cgit v1.2.3