From 9de45af80836e80d8df89f9dcc1f442688204c78 Mon Sep 17 00:00:00 2001 From: Jean-Laurent de Morlhon Date: Mon, 25 Jan 2016 16:11:17 +0100 Subject: [PATCH] Fix #2860 Signed-off-by: Jean-Laurent de Morlhon --- commands/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/create.go b/commands/create.go index 2704f6b606..0e55b26889 100644 --- a/commands/create.go +++ b/commands/create.go @@ -235,7 +235,7 @@ func cmdCreateInner(c CommandLine, api libmachine.API) error { return fmt.Errorf("Error attempting to save store: %s", err) } - log.Infof("To see how to connect Docker to this machine, run: %s", fmt.Sprintf("%s env %s", os.Args[0], name)) + log.Infof("To see how to connect your Docker Client to the Docker Engine running on this virtual machine, run: %s env %s", os.Args[0], name) return nil }