Change ctr help for mount from dest to dst

dest is not valid, only destination and dst

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-12-15 16:40:25 -05:00
parent 71d1e55ca3
commit 399e3c57c3

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