]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-output-format-opts.pl
make dinstall: skip mediawiki deb for now
[pve-docs.git] / gen-output-format-opts.pl
index 69e78a0e54785539f48d763fa1a13f3e3b18d4e3..22c3f0fa41f9d0dcfa65903ad9700f1fa8913af8 100755 (executable)
@@ -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;