diff options
Diffstat (limited to 'src/backend/main/main.c')
-rw-r--r-- | src/backend/main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/main/main.c b/src/backend/main/main.c index c549974524d..7b18f8c7582 100644 --- a/src/backend/main/main.c +++ b/src/backend/main/main.c @@ -377,7 +377,7 @@ help(const char *progname) printf(_("\nPlease read the documentation for the complete list of run-time\n" "configuration settings and how to set them on the command line or in\n" "the configuration file.\n\n" - "Report bugs to <pgsql-bugs@postgresql.org>.\n")); + "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n")); } |