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
commit 984824d489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ var Command = cli.Command{
}, },
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.StringSliceFlag{ cli.StringSliceFlag{
Name: "env", Name: "env",