Skip to content

Commit 7966af0

Browse files
committed
Another invalid related_command: delete-routes
Signed-off-by: Marc Khouzam <[email protected]>
1 parent 530a9c1 commit 7966af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/v7/delete_orphaned_routes_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type DeleteOrphanedRoutesCommand struct {
55

66
usage interface{} `usage:"CF_NAME delete-orphaned-routes [-f]\n"`
77
Force bool `short:"f" description:"Force deletion without confirmation"`
8-
relatedCommands interface{} `related_commands:"delete-routes, routes"`
8+
relatedCommands interface{} `related_commands:"delete-route, routes"`
99
}
1010

1111
func (cmd DeleteOrphanedRoutesCommand) Execute(args []string) error {

0 commit comments

Comments
 (0)