Skip to content

Commit b601b24

Browse files
committed
Adam's suggestions
1 parent b40d855 commit b601b24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/cloudflared/tunnel/teamnet_subcommands.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ func buildRouteIPSubcommand() *cli.Command {
3838
Action: cliutil.ErrorHandler(showRoutesCommand),
3939
Usage: "Show the routing table",
4040
UsageText: "cloudflared tunnel [--config FILEPATH] route ip show [flags]",
41-
Description: `Shows all private routes in your organization. You can use flags to filter the results.`,
41+
Description: `Shows your organization's private route table. You can use flags to filter the results.`,
4242
Flags: teamnet.FilterFlags,
4343
},
4444
{
4545
Name: "delete",
4646
Action: cliutil.ErrorHandler(deleteRouteCommand),
47-
Usage: "Delete a row of the routing table",
47+
Usage: "Delete a row from your organization's private routing table",
4848
UsageText: "cloudflared tunnel [--config FILEPATH] route ip delete [CIDR]",
49-
Description: `Deletes the private route for a given CIDR`,
49+
Description: `Deletes the row for a given CIDR from your routing table`,
5050
},
5151
{
5252
Name: "get",

0 commit comments

Comments
 (0)