diff options
author | Jakub Guzik <jakubmguzik@gmail.com> | 2021-08-23 23:13:49 +0200 |
---|---|---|
committer | Jakub Guzik <jakubmguzik@gmail.com> | 2021-08-26 17:09:06 +0200 |
commit | 1e6d1e5c6babd87aa2f18e66a30df7da50aeb395 (patch) | |
tree | fc10e443a5eaa184dc36bd753b6735db402c75cd /docs/source/markdown/podman-volume-prune.1.md | |
parent | 23f9565547ae2a6b0154e6913abf7f1232f0ece0 (diff) | |
download | podman-1e6d1e5c6babd87aa2f18e66a30df7da50aeb395.tar.gz podman-1e6d1e5c6babd87aa2f18e66a30df7da50aeb395.tar.bz2 podman-1e6d1e5c6babd87aa2f18e66a30df7da50aeb395.zip |
Add filter params description to volume list/prune docs
Description adjusted to the standard seen in other man pages.
[CI:DOCS]
Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-volume-prune.1.md')
-rw-r--r-- | docs/source/markdown/podman-volume-prune.1.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-volume-prune.1.md b/docs/source/markdown/podman-volume-prune.1.md index b9599c200..cfdfc1a44 100644 --- a/docs/source/markdown/podman-volume-prune.1.md +++ b/docs/source/markdown/podman-volume-prune.1.md @@ -23,8 +23,10 @@ Do not prompt for confirmation. Filter volumes to be pruned. Volumes can be filtered by the following attributes: -- label -- until +| **Filter** | **Description** | +| ---------- | ------------------------------------------------------------------------------------- | +| label | [Key] or [Key=Value] Label assigned to a volume | +| until | Only remove volumes created before given timestamp | #### **--help** |