diff --git a/cf/help/help.go b/cf/help/help.go index bb992977d66..fc8d15815fa 100644 --- a/cf/help/help.go +++ b/cf/help/help.go @@ -238,6 +238,7 @@ func newAppPresenter() appPresenter { { presentCommand("routes"), presentCommand("create-route"), + presentCommand("update-route"), presentCommand("check-route"), presentCommand("map-route"), presentCommand("unmap-route"),