summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-network-prune.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-network-prune.1.md')
-rw-r--r--docs/source/markdown/podman-network-prune.1.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-network-prune.1.md b/docs/source/markdown/podman-network-prune.1.md
index a1dc5d85c..b0a81646d 100644
--- a/docs/source/markdown/podman-network-prune.1.md
+++ b/docs/source/markdown/podman-network-prune.1.md
@@ -12,9 +12,6 @@ has no containers connected or configured to connect to it. It will not remove
the so-called default network which goes by the name of *podman*.
## OPTIONS
-#### **--force**, **-f**
-
-Do not prompt for confirmation
#### **--filter**
@@ -33,13 +30,20 @@ The `label` *filter* accepts two formats. One is the `label`=*key* or `label`=*k
The `until` *filter* can be Unix timestamps, date formatted timestamps, or Go duration strings (e.g. 10m, 1h30m) computed relative to the machine’s time.
+#### **--force**, **-f**
+
+Do not prompt for confirmation
+
## EXAMPLE
Prune networks
-
```
podman network prune
```
+Prune all networks created before 2h
+```
+podman network prune --filter until=2h
+```
## SEE ALSO
**[podman(1)](podman.1.md)**, **[podman-network(1)](podman-network.1.md)**, **[podman-network-rm(1)](podman-network-rm.1.md)**