diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 69a8c86b8..a577a33b5 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -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) diff --git a/docs/content/docs.md b/docs/content/docs.md index 45fbfc998..0e548f518 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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 + the display with a date string. The default is `2006/01/02 15:04:05 - ` ### --stats-one-line-date-format string diff --git a/docs/content/filtering.md b/docs/content/filtering.md index 730b3e986..aed5eb342 100644 --- a/docs/content/filtering.md +++ b/docs/content/filtering.md @@ -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 + rules start with `+ ` and exclude rules with `- `. `!` clears existing rules. Rules are processed in the order they are defined.