|
@@ -64,7 +64,7 @@ func newCreateCommand(dockerCli *command.DockerCli) *cobra.Command {
|
|
|
options := pluginCreateOptions{}
|
|
|
|
|
|
cmd := &cobra.Command{
|
|
|
- Use: "create [OPTIONS] reponame[:tag] PATH-TO-ROOTFS (rootfs + config.json)",
|
|
|
+ Use: "create [OPTIONS] PLUGIN[:tag] PATH-TO-ROOTFS(rootfs + config.json)",
|
|
|
Short: "Create a plugin from a rootfs and config",
|
|
|
Args: cli.RequiresMinArgs(2),
|
|
|
RunE: func(cmd *cobra.Command, args []string) error {
|