diff --git a/cmd/cloudflared/main.go b/cmd/cloudflared/main.go index 0fc33848..e9b296fc 100644 --- a/cmd/cloudflared/main.go +++ b/cmd/cloudflared/main.go @@ -46,6 +46,8 @@ func main() { app := &cli.App{} app.Name = "cloudflared" + app.Usage = "Cloudflare's command-line tool and agent" + app.ArgsUsage = "origin-url" app.Copyright = fmt.Sprintf(`(c) %d Cloudflare Inc. Use is subject to the license agreement at %s`, time.Now().Year(), licenseUrl) app.Version = fmt.Sprintf("%s (built %s)", Version, BuildTime)