docs: fix cosmetics issues
This commit is contained in:
parent
78ca08ba8a
commit
7a5b531bd0
4 changed files with 4 additions and 4 deletions
|
@ -221,7 +221,7 @@ Obfuscation
|
|||
|
||||
This is a simple "rotate" of the filename, with each file having a rot
|
||||
distance based on the filename. We store the distance at the beginning
|
||||
of the filename. So a file called "hello" may become "53.jgnnq"
|
||||
of the filename. So a file called "hello" may become "53.jgnnq".
|
||||
|
||||
This is not a strong encryption of filenames, but it may stop automated
|
||||
scanning tools from picking up on filename patterns. As such it's an
|
||||
|
|
|
@ -1026,7 +1026,7 @@ Eg
|
|||
|
||||
See the [Configuration Encryption](#configuration-encryption) for more info.
|
||||
|
||||
See a [Windows PowerShell example on the Wiki.](https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password)
|
||||
See a [Windows PowerShell example on the Wiki](https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password).
|
||||
|
||||
### -P, --progress ###
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ To copy a local directory to a drive directory called backup
|
|||
Rclone allows you to select which scope you would like for rclone to
|
||||
use. This changes what type of token is granted to rclone. [The
|
||||
scopes are defined
|
||||
here.](https://developers.google.com/drive/v3/web/about-auth).
|
||||
here](https://developers.google.com/drive/v3/web/about-auth).
|
||||
|
||||
The scope are
|
||||
|
||||
|
|
Loading…
Reference in a new issue