TUN-1083: fixed incorrect help menu

This commit is contained in:
Austin Cherry 2018-10-05 11:09:33 -05:00
parent af2f2910b6
commit 71b113cad3
1 changed files with 2 additions and 0 deletions

View File

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