diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-17 14:11:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 14:11:20 -0400 |
commit | 0a3444613e5eed3322d2b44cdc94a5ab9678768b (patch) | |
tree | 9e986b8d34f1b4e221e4966c46d4048c408846b0 /docs/source/markdown | |
parent | 93c3e03227bee7b3b6f58e8fe038965505bbfa69 (diff) | |
parent | 0d811b23390950d961e431851c2fbe409db493d7 (diff) | |
download | podman-0a3444613e5eed3322d2b44cdc94a5ab9678768b.tar.gz podman-0a3444613e5eed3322d2b44cdc94a5ab9678768b.tar.bz2 podman-0a3444613e5eed3322d2b44cdc94a5ab9678768b.zip |
Merge pull request #10328 from Luap99/completions
Several shell completion fixes
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-volume-ls.1.md | 9 |
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* |