X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FAPIClient%2FConfig.pm;h=9ab68fc2c2dc835ac694018fe61961293d5dbd42;hb=5101e472b1588759d791f999bad0f4b8a284d736;hp=a783ab3870a4f01bdd9fe85988c40c50e3427173;hpb=c2bcfdb264f39e38f6e8ab4203b66eef0b95ab74;p=pve-client.git diff --git a/PVE/APIClient/Config.pm b/PVE/APIClient/Config.pm index a783ab3..9ab68fc 100644 --- a/PVE/APIClient/Config.pm +++ b/PVE/APIClient/Config.pm @@ -31,7 +31,7 @@ my $complete_remote_name = sub { PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', { type => 'string', description => 'Output format.', - enum => [ 'text', 'json' ], + enum => [ 'text', 'plain', 'json' ], optional => 1, default => 'text', });