docs: add an example to podman-network-rm man page

This patch adds an example of using the --time option to the podman-network-rm.1 man page.

Fixes: #26373
Signed-off-by: shu-kitamura <shusei3316@yahoo.co.jp>
This commit is contained in:
shu-kitamura 2025-06-16 23:31:59 +09:00
parent 547de9296a
commit 15d8b5b2fb
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,12 @@ Delete specified network and all containers associated with the network:
Deleted: fred
```
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
```
# podman network rm --force --time 15 fred
Deleted: fred
```
## Exit Status
**0** All specified networks removed