mirror of
https://github.com/rclone/rclone.git
synced 2025-02-17 02:50:59 +01:00
config: Show URL of backend help page when starting config
This commit is contained in:
parent
6b1f915ebc
commit
6709084e2f
@ -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 New Issue
Block a user