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 1mR9mr-00067g-Qp for pgsql-translators@arkaria.postgresql.org; Fri, 17 Sep 2021 09:04:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mR9mq-0006xN-Lg for pgsql-translators@arkaria.postgresql.org; Fri, 17 Sep 2021 09:04:00 +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 1mR9mq-0006xF-2f for pgsql-translators@lists.postgresql.org; Fri, 17 Sep 2021 09:04:00 +0000 Received: from out4-smtp.messagingengine.com ([66.111.4.28]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mR9mm-0004dt-Rf for pgsql-translators@lists.postgresql.org; Fri, 17 Sep 2021 09:03:58 +0000 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 803075C01FE; Fri, 17 Sep 2021 05:03:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 17 Sep 2021 05:03:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=wfFsLSRurymlgjQ/aebzWEkxfb71NCCoJIzAXVEQ7 2I=; b=flzAwTREf0QgzeX1UemfNlgHMCwEDylxtjamhKPFoC9xraPHQRWBTYlIX phIVVEnXXcPXMUmvNU5hsuOo/o9Ji3ZiknMq+gcyC1ZElQXjOjY19Lhm1c3CILp9 75hW3LY1WO//NjePx51QSqfC7DU1lOavBS7xgU0TQmLD7/WTc+dweDBaPHSGoj8/ Wku9aA8sAwJ/GtpM8JHeZOVXDKaaeQSsDKX35yNRBjZgT7jXo3eetnRSOMGcPst2 9+qqDCyB/nBgRcfm8bERaJvUIpV0P/o8Iy8XGZgfbZ603ohyjaM9pQeM85tXmdrT 86lPt+b7Y9A1z9k00OmwIw5mvqFxg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudehiedguddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefuvfhfhffkffgfgggjtgfgsehtke ertddtfeejnecuhfhrohhmpefrvghtvghrucfgihhsvghnthhrrghuthcuoehpvghtvghr rdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhmqeenucggtffrrg htthgvrhhnpeekheeihedvgeeugefhffeuleeivdfgiefghfehvedvgeefgfefteegjedu jeejheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hpvghtvghrrdgvihhsvghnthhrrghuthesvghnthgvrhhprhhishgvuggsrdgtohhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 17 Sep 2021 05:03:54 -0400 (EDT) Subject: Re: check alignment of --help output To: Alexander Lakhin , "pgsql-translators@lists.postgresql.org" References: From: Peter Eisentraut Message-ID: Date: Fri, 17 Sep 2021 11:03:51 +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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 17.09.21 07:45, Alexander Lakhin wrote: > And while in moving to nice look, I would like to note that the new > pg_amcheck' help looks different from others in using "NOT". >   -a, --all                       check all databases >   -d, --database=PATTERN          check matching database(s) >   -D, --exclude-database=PATTERN  do NOT check matching database(s) >   -i, --index=PATTERN             check matching index(es) >   -I, --exclude-index=PATTERN     do NOT check matching index(es) >   -r, --relation=PATTERN          check matching relation(s) >   -R, --exclude-relation=PATTERN  do NOT check matching relation(s) >   -s, --schema=PATTERN            check matching schema(s) > vs >   --no-comments                do not dump comments >   --no-publications            do not dump publications >   --no-security-labels         do not dump security label assignments >   --no-subscriptions           do not dump subscriptions >   --no-synchronized-snapshots  do not use synchronized snapshots in > parallel jobs >   --no-tablespaces             do not dump tablespace assignments >   --no-toast-compression       do not dump TOAST compression methods >   --no-unlogged-table-data     do not dump unlogged table data > > Is this emphasis appropriate? I think it could be removed.