]> git.proxmox.com Git - pve-docs.git/commitdiff
gen-output-format-opts.pl: use correct argument syntax
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jul 2018 09:54:55 +0000 (11:54 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 27 Jul 2018 09:54:55 +0000 (11:54 +0200)
gen-output-format-opts.pl
output-format-opts.adoc

index 69e78a0e54785539f48d763fa1a13f3e3b18d4e3..22c3f0fa41f9d0dcfa65903ad9700f1fa8913af8 100755 (executable)
@@ -8,6 +8,6 @@ use PVE::RESTHandler;
 
 my $prop = $PVE::RESTHandler::standard_output_options;
 
 
 my $prop = $PVE::RESTHandler::standard_output_options;
 
-my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'config');
+my $data = PVE::RESTHandler::dump_properties($prop, 'asciidoc', 'arg');
 
 print $data;
 
 print $data;
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.
 
 
 Call output rendering functions to produce human readable text.
 
-`noborder`: `<boolean>` ('default =' `1`)::
+`--noborder` `<boolean>` ('default =' `1`)::
 
 Do not draw borders (for 'text' format).
 
 
 Do not draw borders (for 'text' format).
 
-`noheader`: `<boolean>` ('default =' `1`)::
+`--noheader` `<boolean>` ('default =' `1`)::
 
 Do not show column headers (for 'text' format).
 
 
 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.
 
 
 Output format.
 
-`quiet`: `<boolean>` ::
+`--quiet` `<boolean>` ::
 
 Suppress printing results.
 
 
 Suppress printing results.