[pve-devel] applied: [PATCH common] fix defaults for standard_output_options
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jan 9 17:41:45 CET 2019
On 1/4/19 12:39 PM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
> src/PVE/RESTHandler.pm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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.",
>
applied, thanks!
More information about the pve-devel
mailing list