mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 07:49:00 +02:00
docs: ensure empty line between text and a following heading
This commit is contained in:
@ -23,8 +23,7 @@ import (
|
||||
)
|
||||
|
||||
// Help contains text describing how to use the proxy
|
||||
var Help = strings.Replace(`
|
||||
### Auth Proxy
|
||||
var Help = strings.Replace(`### Auth Proxy
|
||||
|
||||
If you supply the parameter |--auth-proxy /path/to/program| then
|
||||
rclone will use that program to generate backends on the fly which
|
||||
@ -104,6 +103,7 @@ before it takes effect.
|
||||
|
||||
This can be used to build general purpose proxies to any kind of
|
||||
backend that rclone supports.
|
||||
|
||||
`, "|", "`", -1)
|
||||
|
||||
// Options is options for creating the proxy
|
||||
|
Reference in New Issue
Block a user