mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
8b377a79c2
commit
71c38e8f2e
|
|
@ -18,7 +18,7 @@ Pretty-print images using a Go template
|
||||||
Show detailed information on space usage
|
Show detailed information on space usage
|
||||||
|
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
```
|
||||||
$ podman system df
|
$ podman system df
|
||||||
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
|
TYPE TOTAL ACTIVE SIZE RECLAIMABLE
|
||||||
Images 6 2 281MB 168MB (59%)
|
Images 6 2 281MB 168MB (59%)
|
||||||
|
|
@ -49,7 +49,7 @@ $ podman system df --format "{{.Type}}\t{{.Total}}"
|
||||||
Images 1
|
Images 1
|
||||||
Containers 5
|
Containers 5
|
||||||
Local Volumes 1
|
Local Volumes 1
|
||||||
|
```
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
podman-system(1)
|
podman-system(1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue