From bdafe9f5d416a283c20e8b222f1dd0e6db09b14c Mon Sep 17 00:00:00 2001 From: "Lars K.W. Gohlke" Date: Sun, 8 May 2016 07:20:16 +0200 Subject: [PATCH] Updated documentation for foldertype --- users/config.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/users/config.rst b/users/config.rst index 5a8b80424..253a6b1c2 100644 --- a/users/config.rst +++ b/users/config.rst @@ -50,7 +50,7 @@ The following shows the default configuration file: .. code-block:: xml - + 1 @@ -122,7 +122,7 @@ Folder Element .. code-block:: xml - + 1 @@ -148,9 +148,11 @@ path The path to the directory where the folder is stored on this device; not sent to other devices. (mandatory) -ro - True if the folder is read only (Master mode; will not be modified by - Syncthing) on this device. +type + - ``readonly`` if the folder is in *master* mode, it will not be modified by + syncthing on this device. + + - ``readwrite`` if the folder is in default mode. Sending local and accepting remote changes. rescanIntervalS The rescan interval, in seconds. Can be set to zero to disable when external