Skip to content

Commit a6d6368

Browse files
committed
Another invalid related_command
Signed-off-by: Marc Khouzam <[email protected]>
1 parent 20dfdd5 commit a6d6368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/plugin/repo_plugins_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
type RepoPluginsCommand struct {
99
RegisteredRepository string `short:"r" description:"Name of a registered repository"`
1010
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"`
11+
relatedCommands interface{} `related_commands:"add-plugin-repo, install-plugin"`
1212
}
1313

1414
func (RepoPluginsCommand) Setup(config command.Config, ui command.UI) error {

0 commit comments

Comments
 (0)