Merge pull request #1579 from avsm/moby-run-help

tweak `moby run` CLI help to reflect that it supports GCP as well
This commit is contained in:
Justin Cormack 2017-04-11 11:37:52 +01:00 committed by GitHub
commit ca7f21ad7b

View File

@ -42,7 +42,7 @@ func main() {
fmt.Printf("USAGE: %s [options] COMMAND\n\n", filepath.Base(os.Args[0]))
fmt.Printf("Commands:\n")
fmt.Printf(" build Build a Moby image from a YAML file\n")
fmt.Printf(" run Run a Moby image on a local hypervisor\n")
fmt.Printf(" run Run a Moby image on a local hypervisor or remote cloud\n")
fmt.Printf(" version Print version information\n")
fmt.Printf(" help Print this message\n")
fmt.Printf("\n")