diff --git a/cmd/helm/repository.go b/cmd/helm/repository.go index 6b6ca38ea..5342ee9dc 100644 --- a/cmd/helm/repository.go +++ b/cmd/helm/repository.go @@ -83,7 +83,7 @@ func repoCommands() cli.Command { Name: "remove", Aliases: []string{"rm"}, Usage: "Remove a chart repository from the remote manager.", - ArgsUsage: "REPOSITORY_URL", + ArgsUsage: "REPOSITORY_NAME", Action: func(c *cli.Context) { run(c, removeRepo) }, }, },