X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FRESTHandler.pm;h=49d43b94593c2f802b336271033d4df962024dea;hp=f645f1b889df16edc6a8d27049fa2e14c121d800;hb=3b44baed32fa8630dd13191f01ba22547b3b07f7;hpb=cc74c62d6d5775637ac70e13462e4316d6569151 diff --git a/src/PVE/RESTHandler.pm b/src/PVE/RESTHandler.pm index f645f1b..49d43b9 100644 --- a/src/PVE/RESTHandler.pm +++ b/src/PVE/RESTHandler.pm @@ -23,13 +23,13 @@ our $standard_output_options = { description => "Do not show column headers (for 'text' format).", type => 'boolean', optional => 1, - default => 1, + default => 0, }, noborder => { description => "Do not draw borders (for 'text' format).", type => 'boolean', optional => 1, - default => 1, + default => 0, }, quiet => { description => "Suppress printing results.",