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 20dfdd5 commit a6d6368Copy full SHA for a6d6368
command/plugin/repo_plugins_command.go
@@ -8,7 +8,7 @@ import (
8
type RepoPluginsCommand struct {
9
RegisteredRepository string `short:"r" description:"Name of a registered repository"`
10
usage interface{} `usage:"CF_NAME repo-plugins [-r REPO_NAME]\n\nEXAMPLES:\n CF_NAME repo-plugins -r PrivateRepo"`
11
- relatedCommands interface{} `related_commands:"add-plugin-repo, delete-plugin-repo, install-plugin"`
+ relatedCommands interface{} `related_commands:"add-plugin-repo, install-plugin"`
12
}
13
14
func (RepoPluginsCommand) Setup(config command.Config, ui command.UI) error {
0 commit comments