]> git.proxmox.com Git - pve-docs.git/blobdiff - output-format.adoc
totp: fix copy/paste mistake
[pve-docs.git] / output-format.adoc
index 03c1253a08c72077088a23611545ab8c96b1b438..b3eb3c4d4a0b69739c366c6aeecaefd827213d0d 100644 (file)
@@ -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%.