X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=gen-output-format-opts.pl;h=22c3f0fa41f9d0dcfa65903ad9700f1fa8913af8;hp=69e78a0e54785539f48d763fa1a13f3e3b18d4e3;hb=a45c999b4586734621bbc968d67f87390739b270;hpb=508a8bd7f8b8925766b3a074241fde09c8fb35d8 diff --git a/gen-output-format-opts.pl b/gen-output-format-opts.pl index 69e78a0..22c3f0f 100755 --- a/gen-output-format-opts.pl +++ b/gen-output-format-opts.pl @@ -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;