Add docs for plugin push

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
Upstream-commit: f1598f8b82
Component: cli
This commit is contained in:
Anusha Ragunathan
2016-11-14 09:10:21 -08:00
parent f1ed942575
commit e1b7e9bf69
+2 -2
View File
@@ -14,8 +14,8 @@ import (
func newPushCommand(dockerCli *command.DockerCli) *cobra.Command {
cmd := &cobra.Command{
Use: "push PLUGIN",
Short: "Push a plugin",
Use: "push NAME[:TAG]",
Short: "Push a plugin to a registry",
Args: cli.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
return runPush(dockerCli, args[0])