summaryrefslogtreecommitdiff
path: root/docs/podman-container-prune.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/podman-container-prune.1.md')
-rw-r--r--docs/podman-container-prune.1.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/docs/podman-container-prune.1.md b/docs/podman-container-prune.1.md
index 6fd741a3d..26c6b0b49 100644
--- a/docs/podman-container-prune.1.md
+++ b/docs/podman-container-prune.1.md
@@ -1,16 +1,21 @@
-% podman-container-prune (1)
-% Brent Baude
-% December 2018
-# NAME
+% podman-container-prune(1)
+
+## NAME
podman-container-prune - Remove all stopped containers
-# SYNOPSIS
-**podman container prune** [*-h*|*--help*]
+## SYNOPSIS
+**podman container prune** [*options*]
-# DESCRIPTION
+## DESCRIPTION
**podman container prune** removes all stopped containers from local storage.
-## Examples ##
+## OPTIONS
+
+**-h**, **--help**
+
+Print usage statement
+
+## Examples
Remove all stopped containers from local storage
```
@@ -26,5 +31,5 @@ fff1c5b6c3631746055ec40598ce8ecaa4b82aef122f9e3a85b03b55c0d06c23
## SEE ALSO
podman(1), podman-ps
-# HISTORY
+## HISTORY
December 2018, Originally compiled by Brent Baude (bbaude at redhat dot com)