Merge pull request #890 from mrunalp/bind_docs

docs: Add missing bind option in docs and command help
This commit is contained in:
Daniel J Walsh 2017-09-16 05:11:17 -04:00 committed by GitHub
commit d03ea10be2
3 changed files with 11 additions and 3 deletions

View file

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