Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQpkS-0005Fj-Jr for pgsql-translators@arkaria.postgresql.org; Thu, 16 Sep 2021 11:40:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mQpkQ-0006SU-Vk for pgsql-translators@arkaria.postgresql.org; Thu, 16 Sep 2021 11:40:10 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQpkQ-0006SG-82 for pgsql-translators@lists.postgresql.org; Thu, 16 Sep 2021 11:40:10 +0000 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mQpkN-00036p-01 for pgsql-translators@lists.postgresql.org; Thu, 16 Sep 2021 11:40:08 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1B7035C01BD for ; Thu, 16 Sep 2021 07:40:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 16 Sep 2021 07:40:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=4MHCx/ 9IHSVWSskLOErDFEj7V+ri2D9BGlRmF5mUBTU=; b=QEjTQd2honVGrMNewCPYS7 kEzYJp9AsSW4gvCLIFq650j0OwSbw1WjpTlYAhGfaBUaUMpsUAf0bFHMSt55KXFQ zX74mCHHtz/oKNofrOYrI5CMJnOCDK9wjlj0wbsoPffKEyH7MnHhY7WZTKbEuEEg ckP4EHTOhz+jcjzFKRn1iHV+MtGNwRA7W4xLsjniyn4XwP4BO6uL8Z92wwiQVHXM oUqSvWCbhExA3NwKZgfUzkhUClRlQLEK7fT6ot0sKvzekZLz6GY7CUxDf63X6TM5 xc/FE3ENt8yUkrC0I8RutvJzJZO6y61PuMpqbOuo+H3eWUwlJw8G5YbcWlNoLGsg == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudehgedgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffukffffgggtgfgsehtjeertd dtfeejnecuhfhrohhmpefrvghtvghrucfgihhsvghnthhrrghuthcuoehpvghtvghrrdgv ihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhmqeenucggtffrrghtth gvrhhnpeetieefgeevhfejffduhedugeetfedufeetffeiheehudejgedtgfelledtheej ffenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehpvg htvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Thu, 16 Sep 2021 07:40:03 -0400 (EDT) From: Peter Eisentraut To: "pgsql-translators@lists.postgresql.org" Subject: check alignment of --help output Message-ID: Date: Thu, 16 Sep 2021 13:40:02 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk I just checked the alignment of the translated --help output and fixed a few mistakes. But some translations were all over the place, so I didn't feel like messing with that. Please check, for example with export LANG=... for x in $prefix/bin/*; do $x --help; done | less and make it look nice. :)