1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-25 08:53:37 +00:00

docs: change use of parameter type BANDWIDTH_SPEC to BwTimetable consistent with flags and cli help

This commit is contained in:
albertony
2025-01-17 12:49:09 +01:00
parent 865d4b2bda
commit f885c481f0
2 changed files with 3 additions and 3 deletions

View File

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

View File

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