mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Fix system df
issues with -f
and -v
Fixed the issue of `--format` and `--verbose` flags being allowed in combination with one another. Implemented functionality for `--format json` or `--format '{{ json }}' `. Implemented command-completion help for `--format`. Fixes: #16204 Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
This commit is contained in:
@ -12,7 +12,7 @@ Show podman disk usage
|
||||
## OPTIONS
|
||||
#### **--format**=*format*
|
||||
|
||||
Pretty-print images using a Go template
|
||||
Pretty-print images using a Go template or JSON. This flag is not allowed in combination with **--verbose**
|
||||
|
||||
#### **--verbose**, **-v**
|
||||
Show detailed information on space usage
|
||||
|
Reference in New Issue
Block a user