X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FJSONSchema.pm;fp=src%2FPVE%2FJSONSchema.pm;h=c9a9b1e69c003c2e4f17ac28184e42d40fda4bbb;hp=aa82167346b052ecbff30596d89bf92e382e3ce0;hb=cd6591d38bf07e984fd6b604606d0abc210fe630;hpb=f0bcf4d4c66b316a7e29d94397412bef179e7f21 diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index aa82167..c9a9b1e 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -108,7 +108,7 @@ register_standard_option('fingerprint-sha256', { register_standard_option('pve-output-format', { type => 'string', description => 'Output format.', - enum => [ 'text', 'plain', 'json' ], + enum => [ 'text', 'json', 'json-pretty' ], optional => 1, default => 'text', });