Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3

Add 3rd chunk of Cobra examples
This commit is contained in:
OpenShift Merge Robot
2019-02-17 22:44:04 +01:00
committed by GitHub
12 changed files with 34 additions and 15 deletions

View File

@@ -28,7 +28,9 @@ var (
startCommand.GlobalFlags = MainGlobalOpts
return startCmd(&startCommand)
},
Example: "CONTAINER-NAME [CONTAINER-NAME ...]",
Example: `podman start --latest
podman start 860a4b231279 5421ab43b45
podman start --interactive --attach imageID`,
}
)