From c4fbb05c1bab5eb8fec0cc8a86fa3ce953fc6b5e Mon Sep 17 00:00:00 2001 From: Areg Harutyunyan Date: Mon, 25 Jan 2021 16:17:00 +0000 Subject: [PATCH] TUN-3165: Add reference to Argo Tunnel documentation in the help output --- cmd/cloudflared/main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/cloudflared/main.go b/cmd/cloudflared/main.go index e247728c..f70fd238 100644 --- a/cmd/cloudflared/main.go +++ b/cmd/cloudflared/main.go @@ -73,7 +73,9 @@ func main() { app.Version = fmt.Sprintf("%s (built %s)", Version, BuildTime) app.Description = `cloudflared connects your machine or user identity to Cloudflare's global network. You can use it to authenticate a session to reach an API behind Access, route web traffic to this machine, - and configure access control.` + and configure access control. + + See https://developers.cloudflare.com/argo-tunnel/ for more in-depth documentation.` app.Flags = flags() app.Action = action(Version, shutdownC, graceShutdownC) app.Before = tunnel.SetFlagsFromConfigFile