docs: use the term backend name instead of fs name for authorize command

This commit is contained in:
albertony
2025-10-02 18:46:16 +02:00
parent 50c1b594ab
commit 54e8bb89f7
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ import (
//
// It expects 1, 2 or 3 arguments
//
// rclone authorize "fs name"
// rclone authorize "fs name" "base64 encoded JSON blob"
// rclone authorize "fs name" "client id" "client secret"
// rclone authorize "backend name"
// rclone authorize "backend name" "base64 encoded JSON blob"
// rclone authorize "backend name" "client id" "client secret"
func Authorize(ctx context.Context, args []string, noAutoBrowser bool, templateFile string) error {
ctx = suppressConfirm(ctx)
ctx = fs.ConfigOAuthOnly(ctx)