mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-18 22:46:34 +00:00
Prettify Usage and Description
This commit is contained in:
parent
e03f53144b
commit
d6b03fbabf
@ -402,9 +402,9 @@ func buildReadyCommand() *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "ready",
|
||||
Action: cliutil.ConfiguredAction(readyCommand),
|
||||
Usage: "Tunnel /ready exit code",
|
||||
Usage: "Call /ready endpoint and returns proper exit code",
|
||||
UsageText: "cloudflared tunnel [tunnel command options] ready [subcommand options]",
|
||||
Description: "cloudflared tunnel ready will return proper exit code if tunnel is ready or not",
|
||||
Description: "cloudflared tunnel ready will return proper exit code based on the /ready endpoint",
|
||||
Flags: []cli.Flag{},
|
||||
CustomHelpTemplate: commandHelpTemplate(),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user