fix(repo): fix repo rm args description

pull/465/head
Michelle Noorali 10 years ago
parent d30e2c1172
commit 21a6764f6b

@ -83,7 +83,7 @@ func repoCommands() cli.Command {
Name: "remove", Name: "remove",
Aliases: []string{"rm"}, Aliases: []string{"rm"},
Usage: "Remove a chart repository from the remote manager.", Usage: "Remove a chart repository from the remote manager.",
ArgsUsage: "REPOSITORY_URL", ArgsUsage: "REPOSITORY_NAME",
Action: func(c *cli.Context) { run(c, removeRepo) }, Action: func(c *cli.Context) { run(c, removeRepo) },
}, },
}, },

Loading…
Cancel
Save