Merge pull request #1709 from CarltonSemple/cli-fix

Fix for old moby reference in linuxkit CLI
This commit is contained in:
Riyaz Faizullabhoy 2017-04-25 14:25:19 -07:00 committed by GitHub
commit 3effbbf9a5

View File

@ -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) {