diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-01-21 17:40:36 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-01-22 16:59:21 -0500 |
commit | 71c38e8f2e6c7158f13d01dfbb298d64552a97aa (patch) | |
tree | 87fe2b4258a53edf269a4254c9af1f494c791b6c | |
parent | 8b377a79c240e4480339358db3b87263ec6cfef3 (diff) | |
download | podman-71c38e8f2e6c7158f13d01dfbb298d64552a97aa.tar.gz podman-71c38e8f2e6c7158f13d01dfbb298d64552a97aa.tar.bz2 podman-71c38e8f2e6c7158f13d01dfbb298d64552a97aa.zip |
Fix example format in system df man
Fix the formatting of the examples in the
podman system df man page.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
-rw-r--r-- | docs/source/markdown/podman-system-df.1.md | 4 |
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) |