config: Show URL of backend help page when starting config

This commit is contained in:
Nick Craig-Wood 2018-10-01 21:10:28 +01:00
parent 6b1f915ebc
commit 6709084e2f
1 changed files with 1 additions and 0 deletions

View File

@ -1000,6 +1000,7 @@ func NewRemoteName() (name string) {
// editOptions edits the options. If new is true then it just allows
// entry and doesn't show any old values.
func editOptions(ri *fs.RegInfo, name string, isNew bool) {
fmt.Printf("** See help for %s backend at: https://rclone.org/%s/ **\n\n", ri.Name, ri.FileName())
hasAdvanced := false
for _, advanced := range []bool{false, true} {
if advanced {