docs: fix cosmetics issues
This commit is contained in:
parent
78ca08ba8a
commit
7a5b531bd0
4 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ FUSE.
|
||||||
|
|
||||||
First set up your remote using ` + "`rclone config`" + `. Check it works with ` + "`rclone ls`" + ` etc.
|
First set up your remote using ` + "`rclone config`" + `. Check it works with ` + "`rclone ls`" + ` etc.
|
||||||
|
|
||||||
You can either run mount in foreground mode or background(daemon) mode. Mount runs in
|
You can either run mount in foreground mode or background (daemon) mode. Mount runs in
|
||||||
foreground mode by default, use the --daemon flag to specify background mode mode.
|
foreground mode by default, use the --daemon flag to specify background mode mode.
|
||||||
Background mode is only supported on Linux and OSX, you can only run mount in
|
Background mode is only supported on Linux and OSX, you can only run mount in
|
||||||
foreground mode on Windows.
|
foreground mode on Windows.
|
||||||
|
|
|
@ -221,7 +221,7 @@ Obfuscation
|
||||||
|
|
||||||
This is a simple "rotate" of the filename, with each file having a rot
|
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
|
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
|
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
|
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 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 ###
|
### -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
|
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
|
use. This changes what type of token is granted to rclone. [The
|
||||||
scopes are defined
|
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
|
The scope are
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue