summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-volume-create.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-volume-create.1.md')
-rw-r--r--docs/source/markdown/podman-volume-create.1.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-volume-create.1.md b/docs/source/markdown/podman-volume-create.1.md
index 5672a80a5..4fd911c1f 100644
--- a/docs/source/markdown/podman-volume-create.1.md
+++ b/docs/source/markdown/podman-volume-create.1.md
@@ -15,19 +15,19 @@ driver options can be set using the **--opt** flag.
## OPTIONS
-**--driver**=*driver*
+#### **--driver**=*driver*
Specify the volume driver name (default local).
-**--help**
+#### **--help**
Print usage statement
-**-l**, **--label**=*label*
+#### **-l**, **--label**=*label*
Set metadata for a volume (e.g., --label mykey=value).
-**-o**, **--opt**=*option*
+#### **-o**, **--opt**=*option*
Set driver specific options.
For the default driver, `local`, this allows a volume to be configured to mount a filesystem on the host.