Merge pull request #3886 from joakimr-axis/joakimr-axis_helptext

start.go: Improve help text
This commit is contained in:
Akihiro Suda 2019-12-12 20:12:10 +09:00 committed by GitHub
commit 55698e6942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ import (
var startCommand = cli.Command{ var startCommand = cli.Command{
Name: "start", Name: "start",
Usage: "start a container that have been created", Usage: "start a container that has been created",
ArgsUsage: "CONTAINER", ArgsUsage: "CONTAINER",
Flags: []cli.Flag{ Flags: []cli.Flag{
cli.BoolFlag{ cli.BoolFlag{