summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-volume-ls.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-volume-ls.1.md')
-rw-r--r--docs/source/markdown/podman-volume-ls.1.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-volume-ls.1.md b/docs/source/markdown/podman-volume-ls.1.md
index a4fb925f8..48853bdfd 100644
--- a/docs/source/markdown/podman-volume-ls.1.md
+++ b/docs/source/markdown/podman-volume-ls.1.md
@@ -14,19 +14,19 @@ flag. Use the **--quiet** flag to print only the volume names.
## OPTIONS
-**-f**, **--filter**=*filter*
+#### **--filter**=*filter*, **-f**
Filter volume output.
-**--format**=*format*
+#### **--format**=*format*
Format volume output using Go template.
-**--help**
+#### **--help**
Print usage statement.
-**-q**, **--quiet**
+#### **--quiet**, **-q**
Print volume output in quiet mode. Only print the volume names.
@@ -40,6 +40,8 @@ $ podman volume ls --format json
$ podman volume ls --format "{{.Driver}} {{.Scope}}"
$ podman volume ls --filter name=foo,label=blue
+
+$ podman volume ls --filter label=key=value
```
## SEE ALSO