From f885c481f037d42541247173cb63ec8d2c082f53 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:49:09 +0100 Subject: [PATCH] docs: change use of parameter type BANDWIDTH_SPEC to BwTimetable consistent with flags and cli help --- docs/content/changelog.md | 2 +- docs/content/docs.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/changelog.md b/docs/content/changelog.md index ce2543a36..3f78bf5ab 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -3021,7 +3021,7 @@ instead of of `--size-only`, when `check` is not available. * New Features * The [VFS layer](/commands/rclone_mount/#vfs-virtual-file-system) was heavily reworked for this release - see below for more details * Interactive mode [-i/--interactive](/docs/#interactive) for destructive operations (fishbullet) - * Add [--bwlimit-file](/docs/#bwlimit-file-bandwidth-spec) flag to limit speeds of individual file transfers (Nick Craig-Wood) + * Add [--bwlimit-file](/docs/#bwlimit-file-bwtimetable) flag to limit speeds of individual file transfers (Nick Craig-Wood) * Transfers are sorted by start time in the stats and progress output (Max Sum) * Make sure backends expand `~` and environment vars in file names they use (Nick Craig-Wood) * Add [--refresh-times](/docs/#refresh-times) flag to set modtimes on hashless backends (Nick Craig-Wood) diff --git a/docs/content/docs.md b/docs/content/docs.md index 1a71e80f9..e3771fba3 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -704,7 +704,7 @@ it will give an error. You can use `--bind 0.0.0.0` to force rclone to use IPv4 addresses and `--bind ::0` to force rclone to use IPv6 addresses. -### --bwlimit=BANDWIDTH_SPEC +### --bwlimit=BwTimetable This option controls the bandwidth limit. For example @@ -807,7 +807,7 @@ change the bwlimit dynamically: rclone rc core/bwlimit rate=1M -### --bwlimit-file=BANDWIDTH_SPEC +### --bwlimit-file=BwTimetable This option controls per file bandwidth limit. For the options see the `--bwlimit` flag.