]> git.proxmox.com Git - pve-docs.git/blobdiff - output-format-opts.adoc
gen-output-format-opts.pl: use correct argument syntax
[pve-docs.git] / output-format-opts.adoc
index fad02c3b6d3feeddd9006e9f9ed5dfc199941ea7..f7a06b52d890811f60e3a0677bde46251110be28 100644 (file)
@@ -1,20 +1,20 @@
-`human-readable`: `<boolean>` ('default =' `1`)::
+`--human-readable` `<boolean>` ('default =' `1`)::
 
 Call output rendering functions to produce human readable text.
 
-`noborder`: `<boolean>` ('default =' `1`)::
+`--noborder` `<boolean>` ('default =' `1`)::
 
 Do not draw borders (for 'text' format).
 
-`noheader`: `<boolean>` ('default =' `1`)::
+`--noheader` `<boolean>` ('default =' `1`)::
 
 Do not show column headers (for 'text' format).
 
-`output-format`: `<json | json-pretty | text | yaml>` ('default =' `text`)::
+`--output-format` `<json | json-pretty | text | yaml>` ('default =' `text`)::
 
 Output format.
 
-`quiet`: `<boolean>` ::
+`--quiet` `<boolean>` ::
 
 Suppress printing results.