diff options
author | Jakub Guzik <jakubmguzik@gmail.com> | 2021-05-12 00:39:01 +0200 |
---|---|---|
committer | Jakub Guzik <jakubmguzik@gmail.com> | 2021-05-12 09:05:06 +0200 |
commit | 5e6405334c3d0422b5ec7cd09ef9c58d8f558dba (patch) | |
tree | cc5ca0e47596bdcb2509a4134b4c8b8178b0549e /docs/source/markdown/podman-network-ls.1.md | |
parent | 3aae34694623cce5f1da4a93c7c1e729c528402c (diff) | |
download | podman-5e6405334c3d0422b5ec7cd09ef9c58d8f558dba.tar.gz podman-5e6405334c3d0422b5ec7cd09ef9c58d8f558dba.tar.bz2 podman-5e6405334c3d0422b5ec7cd09ef9c58d8f558dba.zip |
Add support for cli network prune --filter flag
Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-network-ls.1.md')
-rw-r--r-- | docs/source/markdown/podman-network-ls.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-network-ls.1.md b/docs/source/markdown/podman-network-ls.1.md index a5c6ff0c0..b7fd13ec6 100644 --- a/docs/source/markdown/podman-network-ls.1.md +++ b/docs/source/markdown/podman-network-ls.1.md @@ -13,7 +13,7 @@ Displays a list of existing podman networks. #### **--filter**, **-f** Filter output based on conditions given. -Multiple filters can be given with multiple uses of the --filter flag. +Multiple filters can be given with multiple uses of the --filter option. Filters with the same key work inclusive with the only exception being `label` which is exclusive. Filters with different keys always work exclusive. |