Make --help output fit within 80 columns per line - Mailing list pgsql-hackers

From torikoshia
Subject Make --help output fit within 80 columns per line
Date
Msg-id 50ca8ff35a8dd8f9ec89963b503571a7@oss.nttdata.com
Whole thread Raw
Responses Re: Make --help output fit within 80 columns per line
Re: Make --help output fit within 80 columns per line
List pgsql-hackers
Hi,

As discussed in [1], outputs of --help for some commands fits into 80 
columns
per line, while others do not.

Since it seems preferable to have consistent line break policy and some 
people
use 80-column terminal, wouldn't it be better to make all commands in 80
columns per line?

Attached patch which does this for src/bin commands.

If this is the way to go, I'll do same things for contrib commands.

[1] 
https://www.postgresql.org/message-id/3fe4af5a0a81fc6a2ec01cb484c0a487%40oss.nttdata.com


-- 
Regards,

--
Atsushi Torikoshi
NTT DATA CORPORATION
Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: Extension Enhancement: Buffer Invalidation in pg_buffercache
Next
From: Michael Paquier
Date:
Subject: Re: Autogenerate some wait events code and documentation