mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
doc: use consistent capitalization
This commit is contained in:
committed by
Nick Craig-Wood
parent
f34a40a709
commit
a36ef8582f
@@ -44,7 +44,7 @@ See the following for detailed instructions for
|
||||
* [Memory](/memory/)
|
||||
* [Microsoft Azure Blob Storage](/azureblob/)
|
||||
* [Microsoft OneDrive](/onedrive/)
|
||||
* [Openstack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/)
|
||||
* [OpenStack Swift / Rackspace Cloudfiles / Memset Memstore](/swift/)
|
||||
* [OpenDrive](/opendrive/)
|
||||
* [Pcloud](/pcloud/)
|
||||
* [premiumize.me](/premiumizeme/)
|
||||
@@ -402,7 +402,7 @@ you have a 10 Mbit/s connection and you wish rclone to use half of it
|
||||
- 5 Mbit/s. This is 5/8 = 0.625MByte/s so you would use a `--bwlimit
|
||||
0.625M` parameter for rclone.
|
||||
|
||||
On Unix systems (Linux, MacOS, …) the bandwidth limiter can be toggled by
|
||||
On Unix systems (Linux, macOS, …) the bandwidth limiter can be toggled by
|
||||
sending a `SIGUSR2` signal to rclone. This allows to remove the limitations
|
||||
of a long running rclone transfer and to restore it back to the value specified
|
||||
with `--bwlimit` quickly when needed. Assuming there is only one rclone instance
|
||||
@@ -591,7 +591,7 @@ add multiple headers.
|
||||
rclone sync s3:test/src ~/dst --header-download "X-Amz-Meta-Test: Foo" --header-download "X-Amz-Meta-Test2: Bar"
|
||||
```
|
||||
|
||||
See the Github issue [here](https://github.com/rclone/rclone/issues/59) for
|
||||
See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for
|
||||
currently supported backends.
|
||||
|
||||
### --header-upload ###
|
||||
@@ -603,7 +603,7 @@ multiple headers.
|
||||
rclone sync ~/src s3:test/dst --header-upload "Content-Disposition: attachment; filename='cool.html'" --header-upload "X-Amz-Meta-Test: FooBar"
|
||||
```
|
||||
|
||||
See the Github issue [here](https://github.com/rclone/rclone/issues/59) for
|
||||
See the GitHub issue [here](https://github.com/rclone/rclone/issues/59) for
|
||||
currently supported backends.
|
||||
|
||||
### --ignore-case-sync ###
|
||||
@@ -1009,7 +1009,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 ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user