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

@@ -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.