|
@@ -76,7 +76,7 @@ type Config struct {
|
|
|
}
|
|
|
|
|
|
func ParseRun(args []string, capabilities *Capabilities) (*Config, *flag.FlagSet, error) {
|
|
|
- cmd := Subcmd("run", "[OPTIONS] IMAGE COMMAND [ARG...]", "Run a command in a new container")
|
|
|
+ cmd := Subcmd("run", "[OPTIONS] IMAGE [COMMAND] [ARG...]", "Run a command in a new container")
|
|
|
if len(args) > 0 && args[0] != "--help" {
|
|
|
cmd.SetOutput(ioutil.Discard)
|
|
|
}
|