]> git.proxmox.com Git - pve-docs.git/blobdiff - output-format.adoc
fix some typos
[pve-docs.git] / output-format.adoc
index 41c437b398c16116ec55624e151003699a162764..b3eb3c4d4a0b69739c366c6aeecaefd827213d0d 100644 (file)
@@ -1,5 +1,5 @@
 ifndef::manvolnum[]
-Output format otions `[FORMAT_OPTIONS]`
+Output format options `[FORMAT_OPTIONS]`
 ---------------------------------------
 endif::manvolnum[]
 ifdef::manvolnum[]
@@ -8,12 +8,12 @@ FORMAT_OPTIONS
 endif::manvolnum[]
 
 It is possible to specify the output format using the
-`--outout-format` parameter. The default format 'text' uses ASCII-art
+`--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/miniute/secound count, i.e `1d 5h`.
+- 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%.