]> git.proxmox.com Git - pve-client.git/blobdiff - PVE/APIClient/Config.pm
rename defaut output format from 'table' to 'text'
[pve-client.git] / PVE / APIClient / Config.pm
index 3f2efe596100db9d7ab27917e7a5927c5177f012..249ef83ceaebb801700232c6a925a76440c4c270 100644 (file)
@@ -28,9 +28,9 @@ my $complete_remote_name = sub {
 PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', {
     type => 'string',
     description => 'Output format.',
 PVE::APIClient::JSONSchema::register_standard_option('pveclient-output-format', {
     type => 'string',
     description => 'Output format.',
-    enum => [ 'table', 'json' ],
+    enum => [ 'text', 'json' ],
     optional => 1,
     optional => 1,
-    default => 'table',
+    default => 'text',
 });
 
 PVE::APIClient::JSONSchema::register_standard_option('pveclient-remote-name', {
 });
 
 PVE::APIClient::JSONSchema::register_standard_option('pveclient-remote-name', {