mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
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.
This commit is contained in:
parent
946e84d194
commit
5e469db420
@ -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"'.
|
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{},
|
Default: fs.CommaSepList{},
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}, {
|
}, {
|
||||||
@ -85,11 +84,8 @@ directory listing to:
|
|||||||
- check to see if it is a directory
|
- check to see if it is a directory
|
||||||
|
|
||||||
If you set this option, rclone will not do the HEAD request. This will mean
|
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
|
||||||
- directory listings are much quicker
|
sizes of any files, and some files that don't exist may be in the listing.`,
|
||||||
- rclone won't have the times or sizes of any files
|
|
||||||
- some files that don't exist may be in the listing
|
|
||||||
`,
|
|
||||||
Default: false,
|
Default: false,
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}},
|
}},
|
||||||
|
Loading…
Reference in New Issue
Block a user