]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-pct-network-opts.pl
buildsys: don't use rm -r on so many globs
[pve-docs.git] / gen-pct-network-opts.pl
index f8b7d0707b44c73a6ce221a6cfcf7db9b3c8dd5a..054e5fca62be4fee659028a3f157b2cade0ef4cd 100755 (executable)
@@ -15,6 +15,7 @@ my $format = $phash->{format};
 
 my $typetext = PVE::JSONSchema::schema_get_type_text($phash);
 
-print "`net[n]`: `$typetext`\n\n";
+print "`net[n]`: `$typetext` ::\n\n";
+print $phash->{description} . "\n\n";
 
-print PVE::RESTHandler::dump_properties($format);
+print PVE::RESTHandler::dump_properties($format, 'asciidoc', 'config-sub');