summaryrefslogtreecommitdiffstats
path: root/src/sdk/commandlineparser.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-24 13:32:57 +0200
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-24 12:58:49 +0000
commitc522fd5de907fb264e24eed842e28d9ac56bce0c (patch)
treea2110fe689c40f58ae94f8fc05b59f16436f30f5 /src/sdk/commandlineparser.cpp
parent2554ccb7ba4ef3103411e38b0c2d5d218217cccd (diff)
Add more logging categories.
Change-Id: I1c7dabfd16a69ef5a3e5aaa490036de061f1fd13 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/sdk/commandlineparser.cpp')
-rw-r--r--src/sdk/commandlineparser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sdk/commandlineparser.cpp b/src/sdk/commandlineparser.cpp
index abf8abea6..4a1f0080f 100644
--- a/src/sdk/commandlineparser.cpp
+++ b/src/sdk/commandlineparser.cpp
@@ -82,6 +82,8 @@ CommandLineParser::CommandLineParser()
"Comma separated logging rules have the following syntax: "
"loggingCategory=true/false. "
"Passing empty logging rules enables all logging categories. "
+ "The following rules enable a single category: "
+ "ifw.*=false,ifw.category=true "
"The following logging categories are available:\n")
+ QInstaller::loggingCategories().join(QLatin1Char('\n')),
QLatin1String("rules")));