From 8fdb68e41a6195d3095b0257d409c64aec035868 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:18:11 +0200 Subject: [PATCH] docs: add link from authorize command docs to remote setup docs --- cmd/authorize/authorize.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/authorize/authorize.go b/cmd/authorize/authorize.go index 2e7348562..d7a01bc22 100644 --- a/cmd/authorize/authorize.go +++ b/cmd/authorize/authorize.go @@ -26,8 +26,8 @@ var commandDefinition = &cobra.Command{ Use: "authorize [base64_json_blob | client_id client_secret]", Short: `Remote authorization.`, Long: `Remote authorization. Used to authorize a remote or headless -rclone from a machine with a browser - use as instructed by -rclone config. +rclone from a machine with a browser. Use as instructed by rclone config. +See also the [remote setup documentation](/remote_setup). The command requires 1-3 arguments: