X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FJSONSchema.pm;h=a7942f72b86a34dd8d81a69dc4275d14f62e1136;hp=c5f000a4e47e268fdecf3c35a99d255f8d6a3202;hb=874acd772a052fa393ae3cacc8d45dbceda18a16;hpb=55d17e7e1afc13816e8cd92f928fc65ba60e6820 diff --git a/PVE/APIClient/JSONSchema.pm b/PVE/APIClient/JSONSchema.pm index c5f000a..a7942f7 100644 --- a/PVE/APIClient/JSONSchema.pm +++ b/PVE/APIClient/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', });