From 1933ae629e7b706c6c23673a381e778819db307d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 28 Feb 2020 08:54:49 +0100 Subject: 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 Discussion: https://www.postgresql.org/message-id/flat/8d389c5f-7fb5-8e48-9a4a-68cec44786fa%402ndquadrant.com --- src/bin/scripts/pg_isready.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/scripts/pg_isready.c') diff --git a/src/bin/scripts/pg_isready.c b/src/bin/scripts/pg_isready.c index ead88a9b5a5..f3971129064 100644 --- a/src/bin/scripts/pg_isready.c +++ b/src/bin/scripts/pg_isready.c @@ -236,4 +236,5 @@ help(const char *progname) printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT); printf(_(" -U, --username=USERNAME user name to connect as\n")); printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); + printf(_("%s home page: <%s>\n"), PACKAGE_NAME, PACKAGE_URL); } -- cgit v1.2.3