From 9d4d29479312ec278bc5d73c67eb18fb19f870d1 Mon Sep 17 00:00:00 2001 From: alfish2000 Date: Sat, 21 Oct 2023 06:20:47 +0200 Subject: [PATCH] union: fix documentation --- docs/content/union.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/union.md b/docs/content/union.md index 4d74aff44..99b5f817d 100644 --- a/docs/content/union.md +++ b/docs/content/union.md @@ -12,7 +12,7 @@ During the initial setup with `rclone config` you will specify the upstream remotes as a space separated list. The upstream remotes can either be a local paths or other remotes. -The attributes `:ro`, `:nc` and `:nc` can be attached to the end of the remote +The attributes `:ro`, `:nc` and `:writeback` can be attached to the end of the remote to tag the remote as **read only**, **no create** or **writeback**, e.g. `remote:directory/subdirectory:ro` or `remote:directory/subdirectory:nc`.