unrecognized option '--help' Try "vacuumdb --help" for more information

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: unrecognized option '--help' Try "vacuumdb --help" for more information
Date: 2016-07-26 22:39:18
Message-ID: 20160726223917.GS10273@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sentinel-centos6 ~]$ vacuumdb -a --help
vacuumdb: unrecognized option '--help'
Try "vacuumdb --help" for more information.

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

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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Justin Pryzby 2016-07-26 22:44:48 Re: unrecognized option '--help' Try "vacuumdb --help" for more information
Previous Message Tom Lane 2016-07-26 20:51:48 Re: BUG #14235: inconsistencies with IS NULL / IS NOT NULL