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:
Sawada Tsunayoshi 2023-06-30 18:58:38 +05:30 committed by GitHub
parent e90537b2e9
commit 996037bee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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