1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-04 09:33:36 +00:00
Files
rclone/fs
Nick Craig-Wood 72083c65ad cmd: make backend env vars show in help as the defaults for backend flags
Before this change

    RCLONE_DRIVE_CHUNK_SIZE=111M rclone help flags | grep drive-chunk-size

Would show the default value, not the setting of RCLONE_DRIVE_CHUNK_SIZE
as the non backend flags do.

This change makes it work as expected by setting the default of the
option to the environment variable.

Fixes #4659
2020-10-13 15:43:58 +01:00
..
2020-07-25 18:51:28 +01:00
2020-10-06 16:21:30 +01:00
2020-07-25 18:51:28 +01:00
2018-08-21 10:58:59 +01:00
2019-06-19 11:59:46 +01:00
2019-02-07 16:42:26 +00:00
2020-10-06 16:21:30 +01:00
2019-06-19 11:59:46 +01:00
2019-04-30 14:12:18 +02:00
2020-09-02 17:52:58 +01:00