mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 05:13:45 +00:00
docs: fix markdownlint issue md038/no-space-in-code
This commit is contained in:
@@ -1376,7 +1376,7 @@ instead of of `--size-only`, when `check` is not available.
|
|||||||
- Fix Arvancloud Domain and region changes and alphabetise the provider (Ehsan Tadayon)
|
- Fix Arvancloud Domain and region changes and alphabetise the provider (Ehsan Tadayon)
|
||||||
- Fix Qiniu KODO quirks virtualHostStyle is false (zzq)
|
- Fix Qiniu KODO quirks virtualHostStyle is false (zzq)
|
||||||
- SFTP
|
- SFTP
|
||||||
- Add `--sftp-host-key-algorithms ` to allow specifying SSH host key algorithms (Joel)
|
- Add `--sftp-host-key-algorithms` to allow specifying SSH host key algorithms (Joel)
|
||||||
- Fix using `--sftp-key-use-agent` and `--sftp-key-file` together needing private key file (Arnav Singh)
|
- Fix using `--sftp-key-use-agent` and `--sftp-key-file` together needing private key file (Arnav Singh)
|
||||||
- Fix move to allow overwriting existing files (Nick Craig-Wood)
|
- Fix move to allow overwriting existing files (Nick Craig-Wood)
|
||||||
- Don't stat directories before listing them (Nick Craig-Wood)
|
- Don't stat directories before listing them (Nick Craig-Wood)
|
||||||
|
|||||||
@@ -2439,6 +2439,7 @@ showing the most important stats only.
|
|||||||
### --stats-one-line-date
|
### --stats-one-line-date
|
||||||
|
|
||||||
When this is specified, rclone enables the single-line stats and prepends
|
When this is specified, rclone enables the single-line stats and prepends
|
||||||
|
<!-- markdownlint-disable-next-line no-space-in-code -->
|
||||||
the display with a date string. The default is `2006/01/02 15:04:05 - `
|
the display with a date string. The default is `2006/01/02 15:04:05 - `
|
||||||
|
|
||||||
### --stats-one-line-date-format string
|
### --stats-one-line-date-format string
|
||||||
|
|||||||
@@ -540,6 +540,7 @@ from a list of `remote:`.
|
|||||||
|
|
||||||
Adds path/file names to an rclone command based on rules in a
|
Adds path/file names to an rclone command based on rules in a
|
||||||
named file. The file contains a list of remarks and pattern rules. Include
|
named file. The file contains a list of remarks and pattern rules. Include
|
||||||
|
<!-- markdownlint-disable-next-line no-space-in-code -->
|
||||||
rules start with `+ ` and exclude rules with `- `. `!` clears existing
|
rules start with `+ ` and exclude rules with `- `. `!` clears existing
|
||||||
rules. Rules are processed in the order they are defined.
|
rules. Rules are processed in the order they are defined.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user