TUN-3970: Route ip show has alias route ip list
This commit is contained in:
parent
6db934853d
commit
27507ab192
|
@ -37,6 +37,7 @@ func buildRouteIPSubcommand() *cli.Command {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "show",
|
Name: "show",
|
||||||
|
Aliases: []string{"list"},
|
||||||
Action: cliutil.ErrorHandler(showRoutesCommand),
|
Action: cliutil.ErrorHandler(showRoutesCommand),
|
||||||
Usage: "Show the routing table",
|
Usage: "Show the routing table",
|
||||||
UsageText: "cloudflared tunnel [--config FILEPATH] route ip show [flags]",
|
UsageText: "cloudflared tunnel [--config FILEPATH] route ip show [flags]",
|
||||||
|
|
Loading…
Reference in New Issue