Merge pull request #1926 from crosbymichael/ctr-help

Change ctr help for mount from dest to dst
This commit is contained in:
Derek McGowan
2017-12-15 14:38:20 -08:00
committed by GitHub

View File

@@ -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",