From 72a086e890ecf2e1f2ffdf8acff6b345af77148e Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 1 Jan 2016 23:26:51 -0800 Subject: [PATCH] Add path option to docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64f3b6b..28f552a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A complete overview of share options follows below. Only `name` is required, the | Option | Default | Comment | | :--- | :--- | :--- | | `name` | - | The name of the share. | +| `path` | /{{samba_shares_root}}/{{name}} | The path to the share directory. | | `comment` | - | A comment string for the share | | `public` | `no` | Controls read access for guest users | | `valid_users` | - | Controls read access for registered users. Use the syntax of the corresponding Samba setting. |