TUN-3165: Add reference to Argo Tunnel documentation in the help output

This commit is contained in:
Areg Harutyunyan 2021-01-25 16:17:00 +00:00
parent d503aeaf77
commit c4fbb05c1b
1 changed files with 3 additions and 1 deletions

View File

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