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
path: root/doc
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2017-04-04 10:38:23 +0300
committerChristian Kamm <mail@ckamm.de>2017-04-04 10:38:23 +0300
commit284171481700fc2892cba0ed82cd46244ca4c00c (patch)
tree3d4376ab959b5fb39a7eeb4c4b846c292f3a6199 /doc
parent35af03b2e5b68a6a6bfd404f75058a3e0635815e (diff)
owncloudcmd docs: Mention required sync-exclude.lst #5679
Diffstat (limited to 'doc')
-rw-r--r--doc/owncloudcmd.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/owncloudcmd.rst b/doc/owncloudcmd.rst
index 74c97de31..febb4eeea 100644
--- a/doc/owncloudcmd.rst
+++ b/doc/owncloudcmd.rst
@@ -77,3 +77,11 @@ machine using IP address ``192.168.178.1``, the command line would be::
``owncloudcmd`` will prompt for the user name and password, unless they have
been specified on the command line or ``-n`` has been passed.
+
+Exclude List
+~~~~~~~~~~~~
+
+``owncloudcmd`` requires access to an exclude list file. It must either be
+installed along with ``owncloudcmd`` and thus be available in a system location,
+be placed next to the binary as ``sync-exclude.lst`` or be explicitly specified
+with the ``--exclude`` switch.