union: fix documentation

This commit is contained in:
alfish2000 2023-10-21 06:20:47 +02:00 committed by Nick Craig-Wood
parent 750ed556a5
commit 9d4d294793
1 changed files with 1 additions and 1 deletions

View File

@ -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`.