From 38e100ab19ae4ea3f4d238264812ab285ad3f82f Mon Sep 17 00:00:00 2001 From: Will Holtz Date: Sun, 21 Nov 2021 10:22:19 -0800 Subject: [PATCH] docs/config: more explicit doc for config create --all with params --- docs/content/commands/rclone_config_create.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/commands/rclone_config_create.md b/docs/content/commands/rclone_config_create.md index d01bf9619..caef2090b 100644 --- a/docs/content/commands/rclone_config_create.md +++ b/docs/content/commands/rclone_config_create.md @@ -107,8 +107,9 @@ At the end of the non interactive process, rclone will return a result with `State` as empty string. If `--all` is passed then rclone will ask all the config questions, -not just the post config questions. Any parameters are used as -defaults for questions as usual. +not just the post config questions. Parameters that are supplied on +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 as a readable demonstration.