]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/JSONSchema.pm
output format options: remove 'plain', add 'json-pretty'
[pve-common.git] / src / PVE / JSONSchema.pm
index aa82167346b052ecbff30596d89bf92e382e3ce0..c9a9b1e69c003c2e4f17ac28184e42d40fda4bbb 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',
 });