Merge pull request #890 from mrunalp/bind_docs
docs: Add missing bind option in docs and command help
This commit is contained in:
commit
d03ea10be2
3 changed files with 11 additions and 3 deletions
|
@ -300,7 +300,7 @@ func main() {
|
|||
cli.StringFlag{
|
||||
Name: "image-volumes",
|
||||
Value: string(libkpod.ImageVolumesMkdir),
|
||||
Usage: "image volume handling ('mkdir' or 'ignore')",
|
||||
Usage: "image volume handling ('mkdir', 'bind', or 'ignore')",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "hooks-dir-path",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue