mirror of
https://github.com/rclone/rclone.git
synced 2025-01-18 12:21:06 +01:00
docs: fixed typo in exclude example in filtering docs (#7097)
The exclude flag instructions had "without" written as "with" which changes the whole meaning of how the exclude flag works.
This commit is contained in:
parent
e90537b2e9
commit
996037bee9
@ -367,7 +367,7 @@ all files on `remote:` excluding those in root directory `dir` and sub
|
||||
directories.
|
||||
|
||||
E.g. on Microsoft Windows `rclone ls remote: --exclude "*\[{JP,KR,HK}\]*"`
|
||||
lists the files in `remote:` with `[JP]` or `[KR]` or `[HK]` in
|
||||
lists the files in `remote:` without `[JP]` or `[KR]` or `[HK]` in
|
||||
their name. Quotes prevent the shell from interpreting the `\`
|
||||
characters.`\` characters escape the `[` and `]` so an rclone filter
|
||||
treats them literally rather than as a character-range. The `{` and `}`
|
||||
|
Loading…
Reference in New Issue
Block a user