mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Fix for old moby reference in linuxkit CLI
Signed-off-by: Carlton-Semple <carlton.semple@ibm.com>
This commit is contained in:
parent
f252e855d3
commit
f512541868
@ -21,9 +21,9 @@ func runUsage() {
|
|||||||
fmt.Printf(" packet\n")
|
fmt.Printf(" packet\n")
|
||||||
fmt.Printf("\n")
|
fmt.Printf("\n")
|
||||||
fmt.Printf("'options' are the backend specific options.\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("'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) {
|
func run(args []string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user