5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00
pve-docs/output-format.adoc
Thomas Lamprecht 5f318cc038 fix some typos
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-02-11 18:01:34 +01:00

24 lines
803 B
Plaintext

ifndef::manvolnum[]
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[]