Skip to content

Commit 2f1d5cb

Browse files
committed
Another invalid related command: delete-routes
Signed-off-by: Marc Khouzam <marc.khouzam@broadcom.com>
1 parent 8d2a685 commit 2f1d5cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 {

integration/v7/isolated/delete_orphaned_routes_command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var _ = Describe("delete-orphaned-routes command", func() {
3434
Eventually(session).Should(Say(`\n`))
3535

3636
Eventually(session).Should(Say(`SEE ALSO:`))
37-
Eventually(session).Should(Say(`delete-routes, routes`))
37+
Eventually(session).Should(Say(`delete-route, routes`))
3838

3939
Eventually(session).Should(Exit(0))
4040
})

0 commit comments

Comments
 (0)