mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #1709 from CarltonSemple/cli-fix
Fix for old moby reference in linuxkit CLI
This commit is contained in:
commit
3effbbf9a5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user