From 963b118ba84a411f339a5594e14af0c6256864fb Mon Sep 17 00:00:00 2001 From: Bert Van Vreckem Date: Sat, 14 Mar 2015 11:50:45 +0100 Subject: [PATCH] Fix in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bacf35a..c3abb0a 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ A complete overview of share options follows below. Only `name` is required, the | `public` | `no` | Controls read access for guest users | | `valid_users` | - | Controls read access for registered users. Use the syntax of the corresponding Samba setting. | | `write_list` | - | Controls write access for registered users. Use the syntax of the corresponding Samba setting. | -| `group` | - | The user group files in the share will be added to. | +| `group` | `users` | The user group files in the share will be added to. | | `create_mask` | `0664` | See the Samba documentation for details. | | `create_mode` | `0664` | See the Samba documentation for details. | | `force_create_mode` | `0664` | See the Samba documentation for details. |