We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530a9c1 commit 7966af0Copy full SHA for 7966af0
command/v7/delete_orphaned_routes_command.go
@@ -5,7 +5,7 @@ type DeleteOrphanedRoutesCommand struct {
5
6
usage interface{} `usage:"CF_NAME delete-orphaned-routes [-f]\n"`
7
Force bool `short:"f" description:"Force deletion without confirmation"`
8
- relatedCommands interface{} `related_commands:"delete-routes, routes"`
+ relatedCommands interface{} `related_commands:"delete-route, routes"`
9
}
10
11
func (cmd DeleteOrphanedRoutesCommand) Execute(args []string) error {
0 commit comments