diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 76c8f70..83eba89 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1065,7 +1065,7 @@ arguments. The following keyword arguments are supported: `install_mode: 'rw-r--r--'` for just the file mode - `install_mode: ['rw-r--r--', 'nobody', 'nobody']` for the file mode and the user/group + `install_mode: ['rw-r--r--', 'nobody', 'nogroup']` for the file mode and the user/group `install_mode: ['rw-r-----', 0, 0]` for the file mode and uid/gid |