unrecognized option '--help' Try "vacuumdb --help" for more information - Mailing list pgsql-bugs

From Justin Pryzby
Subject unrecognized option '--help' Try "vacuumdb --help" for more information
Date
Msg-id 20160726223917.GS10273@telsasoft.com
Whole thread Raw
Responses Re: unrecognized option '--help' Try "vacuumdb --help" for more information
List pgsql-bugs
Tools only accept --help, except as a first argument.

Maybe this is a long standing tradition, but at first glance I couldn't find
that it was a "wontfix" problem (perhaps for its amusement value?).

[pryzbyj@sentinel-centos6 ~]$ vacuumdb -a --help
vacuumdb: unrecognized option '--help'
Try "vacuumdb --help" for more information.

[pryzbyj@sentinel-centos6 ~]$ vacuumdb --help -a 2>&1 |sed q
vacuumdb cleans and analyzes a PostgreSQL database.

[pryzbyj@sentinel-centos6 ~]$ vacuumdb -V
vacuumdb (PostgreSQL) 9.6beta3

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14235: inconsistencies with IS NULL / IS NOT NULL
Next
From: Justin Pryzby
Date:
Subject: Re: unrecognized option '--help' Try "vacuumdb --help" for more information