From 183d4be3c4991f72440ef45ba1981cd18c0bb66f Mon Sep 17 00:00:00 2001 From: Richard Weber Date: Thu, 29 Jan 2015 17:57:37 +0200 Subject: [PATCH] Change message to use machine env. Signed-off-by: Richard Weber --- commands.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands.go b/commands.go index 036c6f806e..00c1ebc215 100644 --- a/commands.go +++ b/commands.go @@ -215,8 +215,7 @@ func cmdCreate(c *cli.Context) { } log.Infof("%q has been created and is now the active machine", name) - // TODO @ehazlett: this will likely change but at least show how to connect for now - log.Infof("To connect: docker $(%s config %s) ps", c.App.Name, name) + log.Infof("Configure docker client with: $(%s env %s)", c.App.Name, name) } func cmdConfig(c *cli.Context) {