mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Add PostgreSQL home page to --help output
Per emerging standard in GNU programs and elsewhere. Autoconf already has support for specifying a home page, so we can just that. Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com
This commit is contained in:
@ -145,6 +145,7 @@ usage(unsigned short int pager)
|
||||
"commands) from within psql, or consult the psql section in the PostgreSQL\n"
|
||||
"documentation.\n\n"));
|
||||
fprintf(output, _("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);
|
||||
fprintf(output, _("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL);
|
||||
|
||||
ClosePager(output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user