]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-pct-network-opts.pl
update generated files
[pve-docs.git] / gen-pct-network-opts.pl
index 5f3f5cc5d1754a25b9d81a4ab93205bfb9227987..f8b7d0707b44c73a6ce221a6cfcf7db9b3c8dd5a 100755 (executable)
@@ -3,6 +3,7 @@
 use lib '.';
 use strict;
 use warnings;
+use PVE::JSONSchema;
 use PVE::RESTHandler;
 use PVE::LXC::Config;
 
@@ -12,7 +13,7 @@ my $phash = $prop->{net0};
 
 my $format = $phash->{format};
 
-my $typetext =  PVE::PodParser::schema_get_type_text($phash);
+my $typetext = PVE::JSONSchema::schema_get_type_text($phash);
 
 print "`net[n]`: `$typetext`\n\n";