From f512541868e4e7d3afc6e3ac839ce86e5a169396 Mon Sep 17 00:00:00 2001 From: Carlton-Semple Date: Tue, 25 Apr 2017 14:17:58 -0400 Subject: [PATCH] Fix for old moby reference in linuxkit CLI Signed-off-by: Carlton-Semple --- src/cmd/linuxkit/run.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/linuxkit/run.go b/src/cmd/linuxkit/run.go index d0564b81a..4fdf0431d 100644 --- a/src/cmd/linuxkit/run.go +++ b/src/cmd/linuxkit/run.go @@ -21,9 +21,9 @@ func runUsage() { fmt.Printf(" packet\n") fmt.Printf("\n") fmt.Printf("'options' are the backend specific options.\n") - fmt.Printf("See 'moby run [backend] --help' for details.\n\n") + fmt.Printf("See 'linuxkit run [backend] --help' for details.\n\n") fmt.Printf("'prefix' specifies the path to the VM image.\n") - fmt.Printf("It defaults to './moby'.\n") + fmt.Printf("It defaults to './image'.\n") } func run(args []string) {