Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-24 09:27:11 +0300
committerGitHub <noreply@github.com>2018-10-24 09:27:11 +0300
commitd246c1e8b9641d3eecd6fdbd076f91cca41e367a (patch)
treec3d4753e4799e70820cec5bd2b80ce5cf0a91e0e /src/gui/application.cpp
parent2844c925eb45ae3943db2707e3afd8cb19e3269c (diff)
parent96541d8ab88686efd2860409b40277f2c0978146 (diff)
Merge branch 'master' into upstream/pr/6485
Diffstat (limited to 'src/gui/application.cpp')
-rw-r--r--src/gui/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index 668a4983c..597b40617 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -71,7 +71,7 @@ namespace {
" --logexpire <hours> : removes logs older than <hours> hours.\n"
" (to be used with --logdir)\n"
" --logflush : flush the log file after every write.\n"
- " --logdebug : also output debug-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES=\"qt.*=true;*.debug=true\").\n"
+ " --logdebug : also output debug-level messages in the log.\n"
" --confdir <dirname> : Use the given configuration folder.\n";
QString applicationTrPath()