From 5e469db42036533f52b8297864ccacd27931c0d8 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Mon, 24 Jan 2022 15:16:08 +0100 Subject: [PATCH] docs/http: fix list layout in --http-no-head help Existing help text ended with a list, but then auto-generated list items Config, Env Var, Type and Default would be included in the same list. --- backend/http/http.go | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/backend/http/http.go b/backend/http/http.go index ea7b3ac92..34de6a458 100644 --- a/backend/http/http.go +++ b/backend/http/http.go @@ -52,8 +52,7 @@ The input format is comma separated list of key,value pairs. Standard For example, to set a Cookie use 'Cookie,name=value', or '"Cookie","name=value"'. -You can set multiple headers, e.g. '"Cookie","name=value","Authorization","xxx"'. -`, +You can set multiple headers, e.g. '"Cookie","name=value","Authorization","xxx"'.`, Default: fs.CommaSepList{}, Advanced: true, }, { @@ -84,12 +83,9 @@ directory listing to: - check it really exists - check to see if it is a directory -If you set this option, rclone will not do the HEAD request. This will mean - -- directory listings are much quicker -- rclone won't have the times or sizes of any files -- some files that don't exist may be in the listing -`, +If you set this option, rclone will not do the HEAD request. This will mean +that directory listings are much quicker, but rclone won't have the times or +sizes of any files, and some files that don't exist may be in the listing.`, Default: false, Advanced: true, }},