forked from TrueCloudLab/rclone
docs/config: more explicit doc for config create --all with params
This commit is contained in:
parent
db95a0d6c3
commit
38e100ab19
1 changed files with 3 additions and 2 deletions
|
@ -107,8 +107,9 @@ At the end of the non interactive process, rclone will return a result
|
||||||
with `State` as empty string.
|
with `State` as empty string.
|
||||||
|
|
||||||
If `--all` is passed then rclone will ask all the config questions,
|
If `--all` is passed then rclone will ask all the config questions,
|
||||||
not just the post config questions. Any parameters are used as
|
not just the post config questions. Parameters that are supplied on
|
||||||
defaults for questions as usual.
|
the command line or from environment variables are used as defaults
|
||||||
|
for questions as usual.
|
||||||
|
|
||||||
Note that `bin/config.py` in the rclone source implements this protocol
|
Note that `bin/config.py` in the rclone source implements this protocol
|
||||||
as a readable demonstration.
|
as a readable demonstration.
|
||||||
|
|
Loading…
Add table
Reference in a new issue