From 4db742dc7778ac3fc440be811ec37b5037d1bd53 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sat, 10 Aug 2019 22:01:08 +0530 Subject: [PATCH] oauthutil: note that the same version is recommended for remote auth --- lib/oauthutil/oauthutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {