mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
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
@ -120,7 +120,7 @@ $ rclone -L ls /tmp/a
|
||||
6 b/one
|
||||
```
|
||||
|
||||
#### --no-local-unicode-normalization ####
|
||||
#### --local-no-unicode-normalization ####
|
||||
|
||||
By default rclone normalizes (NFC) the unicode representation of filenames and
|
||||
directories. This flag disables that normalization and uses the same
|
||||
|
Loading…
Reference in New Issue
Block a user