Skip to content

Commit 4ec7d35

Browse files
committed
Removed the 'Deleted: ' prefix from each example
Signed-off-by: shu-kitamura <[email protected]>
1 parent 15d8b5b commit 4ec7d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/markdown/podman-network-rm.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Seconds to wait before forcibly stopping the running containers that are using t
2424
Delete specified network:
2525
```
2626
# podman network rm podman9
27-
Deleted: podman9
27+
podman9
2828
```
2929

3030
Delete specified network and all containers associated with the network:
3131
```
3232
# podman network rm -f fred
33-
Deleted: fred
33+
fred
3434
```
3535

3636
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
3737
```
3838
# podman network rm --force --time 15 fred
39-
Deleted: fred
39+
fred
4040
```
4141

4242
## Exit Status

0 commit comments

Comments
 (0)