docs: Add missing bind option in docs and command help

Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
Mrunal Patel 2017-09-11 15:43:53 -07:00
parent b82bf55404
commit f59e9dae1c
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",