X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FConfig.pm;h=249ef83ceaebb801700232c6a925a76440c4c270;hp=3f2efe596100db9d7ab27917e7a5927c5177f012;hb=b5aeedb0629a748eb3ac6d643c2c418d331fa57d;hpb=4db9ff67bc9b370e179e568f102be9242323632a diff --git a/PVE/APIClient/Config.pm b/PVE/APIClient/Config.pm index 3f2efe5..249ef83 100644 --- a/PVE/APIClient/Config.pm +++ b/PVE/APIClient/Config.pm @@ -28,9 +28,9 @@ my $complete_remote_name = sub { PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', { type => 'string', description => 'Output format.', - enum => [ 'table', 'json' ], + enum => [ 'text', 'json' ], optional => 1, - default => 'table', + default => 'text', }); PVE::APIClient::JSONSchema::register_standard_option('pveclient-remote-name', {