forked from TrueCloudLab/rclone
Local: Make documentation consistent with code
Change flag `--no-local-unicode-normalization` to `--local-no-unicode-normalization` since that's the way the flag is called in the source code. Fixes #1633
This commit is contained in:
parent
ee9f987234
commit
4b0e983323
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ $ rclone -L ls /tmp/a
|
||||||
6 b/one
|
6 b/one
|
||||||
```
|
```
|
||||||
|
|
||||||
#### --no-local-unicode-normalization ####
|
#### --local-no-unicode-normalization ####
|
||||||
|
|
||||||
By default rclone normalizes (NFC) the unicode representation of filenames and
|
By default rclone normalizes (NFC) the unicode representation of filenames and
|
||||||
directories. This flag disables that normalization and uses the same
|
directories. This flag disables that normalization and uses the same
|
||||||
|
|
Loading…
Add table
Reference in a new issue