Merge pull request #2294 from fermayo/fix-cli-help

ctr: fix --mount help message
This commit is contained in:
Phil Estes 2018-04-18 08:29:06 -04:00 committed by GitHub
commit e9114e3257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ var ContainerFlags = []cli.Flag{
}, },
cli.StringSliceFlag{ cli.StringSliceFlag{
Name: "mount", Name: "mount",
Usage: "specify additional container mount (ex: type=bind,src=/tmp,dest=/host,options=rbind:ro)", Usage: "specify additional container mount (ex: type=bind,src=/tmp,dst=/host,options=rbind:ro)",
}, },
cli.BoolFlag{ cli.BoolFlag{
Name: "net-host", Name: "net-host",