summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2021-05-13 14:39:06 +0200
committerPaul Holzinger <paul.holzinger@web.de>2021-05-17 15:56:11 +0200
commit0d811b23390950d961e431851c2fbe409db493d7 (patch)
tree23d3ea20cbd338c99f78494bd158e706e750a923 /docs
parentfabaa256676d3cfb611f89922ccaf3405718a6f0 (diff)
downloadpodman-0d811b23390950d961e431851c2fbe409db493d7.tar.gz
podman-0d811b23390950d961e431851c2fbe409db493d7.tar.bz2
podman-0d811b23390950d961e431851c2fbe409db493d7.zip
Several shell completion fixes
- fix network filters - add prune filters - pod create --share support comma separated namespaces [NO TESTS NEEDED] Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-volume-ls.1.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-volume-ls.1.md b/docs/source/markdown/podman-volume-ls.1.md
index ab3813cca..489057446 100644
--- a/docs/source/markdown/podman-volume-ls.1.md
+++ b/docs/source/markdown/podman-volume-ls.1.md
@@ -16,7 +16,14 @@ flag. Use the **--quiet** flag to print only the volume names.
#### **--filter**=*filter*, **-f**
-Filter volume output.
+Volumes can be filtered by the following attributes:
+
+- dangling
+- driver
+- label
+- name
+- opt
+- scope
#### **--format**=*format*