summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-25 23:35:33 -0800
committerGitHub <noreply@github.com>2020-01-25 23:35:33 -0800
commitc21445d73d6601bdf8247506f05b083c4585dfaf (patch)
treea26397d8d071312fdd886474699911102bb571eb /docs
parentd07f611885311538895fe5b665dccf75d1448fc3 (diff)
parent71c38e8f2e6c7158f13d01dfbb298d64552a97aa (diff)
downloadpodman-c21445d73d6601bdf8247506f05b083c4585dfaf.tar.gz
podman-c21445d73d6601bdf8247506f05b083c4585dfaf.tar.bz2
podman-c21445d73d6601bdf8247506f05b083c4585dfaf.zip
Merge pull request #4926 from TomSweeneyRedHat/dev/tsweeney/fixsystemdf
Fix example format in system df man
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-system-df.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-system-df.1.md b/docs/source/markdown/podman-system-df.1.md
index d0b1755ee..3ddb685fc 100644
--- a/docs/source/markdown/podman-system-df.1.md
+++ b/docs/source/markdown/podman-system-df.1.md
@@ -18,7 +18,7 @@ Pretty-print images using a Go template
Show detailed information on space usage
## EXAMPLE
-
+```
$ podman system df
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
Images 6 2 281MB 168MB (59%)
@@ -49,7 +49,7 @@ $ podman system df --format "{{.Type}}\t{{.Total}}"
Images 1
Containers 5
Local Volumes 1
-
+```
## SEE ALSO
podman-system(1)