File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments