mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 05:43:15 +00:00
config: Show URL of backend help page when starting config
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user