forked from TrueCloudLab/rclone
union: fix documentation
This commit is contained in:
parent
750ed556a5
commit
9d4d294793
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue