oauthutil: note that the same version is recommended for remote auth

s3-about
Abhinav Sharma 2019-08-10 22:01:08 +05:30 committed by Nick Craig-Wood
parent 3ecbd603ab
commit 4db742dc77
1 changed files with 1 additions and 1 deletions

View File

@ -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 {