5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-22 22:03:47 +03:00
pve-docs/output-format.adoc

24 lines
803 B
Plaintext
Raw Normal View History

ifndef::manvolnum[]
2018-07-27 11:50:15 +02:00
Output format options `[FORMAT_OPTIONS]`
---------------------------------------
endif::manvolnum[]
ifdef::manvolnum[]
FORMAT_OPTIONS
--------------
endif::manvolnum[]
It is possible to specify the output format using the
`--output-format` parameter. The default format 'text' uses ASCII-art
to draw nice borders around tables. It additionally transforms some
values into human-readable text, for example:
- Unix epoch is displayed as ISO 8601 date string.
- Durations are displayed as week/day/hour/minute/second count, i.e `1d 5h`.
- Byte sizes value include units (`B`, `KiB`, `MiB`, `GiB`, `TiB`, `PiB`).
- Fractions are display as percentage, i.e. 1.0 is displayed as 100%.
You can also completely suppress output using option `--quiet`.
include::output-format-opts.adoc[]