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/docs
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2019-10-15 18:29:45 +0300
committerMarkus Goetz <markus@woboq.com>2019-11-18 13:22:29 +0300
commita698d8b4aeb74a1c0dbfd48a83145723a83011f6 (patch)
tree780f7aac290f1f6287e92818def8bad9cab20ae1 /docs
parent37bce10db6443991871b9a1a6554dae598657160 (diff)
Application: add an option to start with the settings visible
Relates to #7018
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/advanced_usage/options.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/advanced_usage/options.adoc b/docs/modules/ROOT/pages/advanced_usage/options.adoc
index 9ee941a0e..663fef3fa 100644
--- a/docs/modules/ROOT/pages/advanced_usage/options.adoc
+++ b/docs/modules/ROOT/pages/advanced_usage/options.adoc
@@ -10,6 +10,8 @@ The other options are:
[options="header"]
|===
| Option | Description
+| `-s` +
+`--showsettings` | Open the settings dialog while starting.
| `--logwindow` | Opens a window displaying log output.
| `--logfile <filename>` | Write log output to the file specified. To write to stdout, specify `-` as the filename.
| `--logdir <name>` | Writes each synchronization log output in a new file in the specified directory.