mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-28 04:35:36 +00:00
gen-output-format-opts.pl: use correct argument syntax
This commit is contained in:
parent
186937a028
commit
56cab8b063
@ -8,6 +8,6 @@ use PVE::RESTHandler;
|
||||
|
||||
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;
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user