Prettify Usage and Description

This commit is contained in:
Mads Jon Nielsen 2024-04-23 08:53:49 +02:00
parent d6b03fbabf
commit d094e52bd1
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ func buildReadyCommand() *cli.Command {
return &cli.Command{ return &cli.Command{
Name: "ready", Name: "ready",
Action: cliutil.ConfiguredAction(readyCommand), Action: cliutil.ConfiguredAction(readyCommand),
Usage: "Call /ready endpoint and returns proper exit code", Usage: "Call /ready endpoint and return proper exit code",
UsageText: "cloudflared tunnel [tunnel command options] ready [subcommand options]", UsageText: "cloudflared tunnel [tunnel command options] ready [subcommand options]",
Description: "cloudflared tunnel ready will return proper exit code based on the /ready endpoint", Description: "cloudflared tunnel ready will return proper exit code based on the /ready endpoint",
Flags: []cli.Flag{}, Flags: []cli.Flag{},