config: Show URL of backend help page when starting config
This commit is contained in:
parent
6b1f915ebc
commit
6709084e2f
1 changed files with 1 additions and 0 deletions
|
@ -1000,6 +1000,7 @@ func NewRemoteName() (name string) {
|
||||||
// editOptions edits the options. If new is true then it just allows
|
// editOptions edits the options. If new is true then it just allows
|
||||||
// entry and doesn't show any old values.
|
// entry and doesn't show any old values.
|
||||||
func editOptions(ri *fs.RegInfo, name string, isNew bool) {
|
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
|
hasAdvanced := false
|
||||||
for _, advanced := range []bool{false, true} {
|
for _, advanced := range []bool{false, true} {
|
||||||
if advanced {
|
if advanced {
|
||||||
|
|
Loading…
Reference in a new issue