1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: fix markdownlint issue md038/no-space-in-code

This commit is contained in:
albertony
2025-07-10 14:19:57 +02:00
parent 1c26f40078
commit b45580fa19
3 changed files with 3 additions and 1 deletions

View File

@@ -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 Qiniu KODO quirks virtualHostStyle is false (zzq)
- 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 move to allow overwriting existing files (Nick Craig-Wood)
- Don't stat directories before listing them (Nick Craig-Wood)

View File

@@ -2439,6 +2439,7 @@ showing the most important stats only.
### --stats-one-line-date
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 - `
### --stats-one-line-date-format string

View File

@@ -540,6 +540,7 @@ from a list of `remote:`.
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
<!-- markdownlint-disable-next-line no-space-in-code -->
rules start with `+ ` and exclude rules with `- `. `!` clears existing
rules. Rules are processed in the order they are defined.