From b339d9edf3f8abbc32b1bce0de37478a12949525 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 7 Sep 2018 10:09:56 -0700 Subject: [PATCH] (#10002) Add note about rsync__auto option --- website/source/docs/synced-folders/rsync.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/synced-folders/rsync.html.md b/website/source/docs/synced-folders/rsync.html.md index 5a346ebeb..7e8be4a70 100644 --- a/website/source/docs/synced-folders/rsync.html.md +++ b/website/source/docs/synced-folders/rsync.html.md @@ -53,7 +53,8 @@ The rsync synced folder type accepts the following options: to `rsync`. By default this is `["--verbose", "--archive", "--delete", "-z", "--copy-links"]`. * `rsync__auto` (boolean) - If false, then `rsync-auto` will not - watch and automatically sync this folder. By default, this is true. + watch and automatically sync this folder. By default, this is true. __Note__: This + option will not automatically invoke the `rsync-auto` subcommand. * `rsync__chown` (boolean) - If false, then the [`owner` and `group`](/docs/synced-folders/basic_usage.html)