]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/JSONSchema.pm
update files from pve-common
[pve-client.git] / PVE / APIClient / JSONSchema.pm
index c5f000a4e47e268fdecf3c35a99d255f8d6a3202..a7942f72b86a34dd8d81a69dc4275d14f62e1136 100644 (file)
@@ -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',
 });