aboutsummaryrefslogtreecommitdiff
path: root/src/help/shares.txt.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/shares.txt.html')
-rw-r--r--src/help/shares.txt.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/help/shares.txt.html b/src/help/shares.txt.html
new file mode 100644
index 0000000..be5f4c5
--- /dev/null
+++ b/src/help/shares.txt.html
@@ -0,0 +1,9 @@
+This configuration file lets you share files with other users.
+Lines need to be in one of the following two formats:
+
+<pre>
+r &lt;path> &lt;username> # grants read-only access
+w &lt;path> &lt;username> # grants read/write access
+</pre>
+
+Ending a path in <code>/*</code> makes the rule apply to all subfiles. \ No newline at end of file