Merge pull request #2294 from fermayo/fix-cli-help
ctr: fix --mount help message
This commit is contained in:
commit
e9114e3257
@ -62,7 +62,7 @@ var ContainerFlags = []cli.Flag{
|
||||
},
|
||||
cli.StringSliceFlag{
|
||||
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{
|
||||
Name: "net-host",
|
||||
|
Loading…
Reference in New Issue
Block a user