docs: Add missing bind option in docs and command help
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
b82bf55404
commit
f59e9dae1c
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