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:
Daniel Jagszent 2017-08-31 13:34:29 +02:00 committed by Nick Craig-Wood
parent ee9f987234
commit 4b0e983323

View file

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