From a3ed1ca30bca4f654d3b06541aac146dc6a0fb29 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 10 Jun 2015 19:46:04 +0000 Subject: Add usage example for -L option, showing how module names were compiled in --- lib/common/Logging.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/common/Logging.cpp b/lib/common/Logging.cpp index 93fd477b..a0d1ec8c 100644 --- a/lib/common/Logging.cpp +++ b/lib/common/Logging.cpp @@ -715,6 +715,7 @@ std::string Logging::OptionParser::GetUsageString() { return " -L Filter out log messages except from specified file, can repeat\n" + " (for example, -L " __FILE__ ")\n" " -N Truncate log file at startup and on backup start\n" " -P Show process ID (PID) in console output\n" " -q Run more quietly, reduce verbosity level by one, can repeat\n" -- cgit v1.2.3