summaryrefslogtreecommitdiff
path: root/lib/common/Logging.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-06-10 19:46:04 +0000
committerChris Wilson <chris+github@qwirx.com>2015-06-10 19:46:04 +0000
commita3ed1ca30bca4f654d3b06541aac146dc6a0fb29 (patch)
treee8fcb3501405f661c3ce02ccb49b537679715e46 /lib/common/Logging.cpp
parentea139cda8f3e7a34df438f44ee85f7f62e8f1102 (diff)
Add usage example for -L option, showing how module names were compiled in
Diffstat (limited to 'lib/common/Logging.cpp')
-rw-r--r--lib/common/Logging.cpp1
1 files changed, 1 insertions, 0 deletions
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 <file> 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"