We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d8b5b commit 4ec7d35Copy full SHA for 4ec7d35
docs/source/markdown/podman-network-rm.1.md
@@ -24,19 +24,19 @@ Seconds to wait before forcibly stopping the running containers that are using t
24
Delete specified network:
25
```
26
# podman network rm podman9
27
-Deleted: podman9
+podman9
28
29
30
Delete specified network and all containers associated with the network:
31
32
# podman network rm -f fred
33
-Deleted: fred
+fred
34
35
36
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
37
38
# podman network rm --force --time 15 fred
39
40
41
42
## Exit Status
0 commit comments