diff --git a/lib/oauthutil/oauthutil.go b/lib/oauthutil/oauthutil.go index 25a5a225d..1d10384cc 100644 --- a/lib/oauthutil/oauthutil.go +++ b/lib/oauthutil/oauthutil.go @@ -391,7 +391,7 @@ func doConfig(id, name string, m configmap.Mapper, errorHandler func(*http.Reque } if !isLocal() { fmt.Printf("For this to work, you will need rclone available on a machine that has a web browser available.\n") - fmt.Printf("Execute the following on your machine:\n") + fmt.Printf("Execute the following on your machine (same rclone version recommended) :\n") if changed { fmt.Printf("\trclone authorize %q %q %q\n", id, oauthConfig.ClientID, oauthConfig.ClientSecret) } else {