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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-09-07 15:41:08 +0300
committerHannah von Reth <vonreth@kde.org>2020-09-07 16:57:34 +0300
commit1fac80012b9097b878ac271d94cf22a6a35e2608 (patch)
treea3ceda961967f1c3da58bf9c694cf435b89f14c4 /src
parent9d67cb2389c74524ef4ec79ae1d1c350452e3155 (diff)
Remove documentation of --logwindow
The feature is now available in the ui, so no reason to have a command line switch for it. Fixes: #7254
Diffstat (limited to 'src')
-rw-r--r--src/gui/application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index f51efdb54..8d4fefb8d 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -76,7 +76,6 @@ namespace {
" -h --help : show this help screen.\n"
" -s --showsettings : show the settings dialog while starting.\n"
" -q --quit : quit the running instance\n"
- " --logwindow : open a window to show log output.\n"
" --logfile <filename> : write log output to file <filename>.\n"
" --logfile - : write log output to stdout.\n"
" --logdir <name> : write each sync log output in a new file\n"