Merge pull request #1926 from crosbymichael/ctr-help
Change ctr help for mount from dest to dst
This commit is contained in:
commit
984824d489
@ -140,7 +140,7 @@ var Command = cli.Command{
|
||||
},
|
||||
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.StringSliceFlag{
|
||||
Name: "env",
|
||||
|
Loading…
Reference in New Issue
Block a user