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:
parent
71d1e55ca3
commit
399e3c57c3
@ -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