diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2004-10-17 21:04:41 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2004-10-17 21:04:41 +0000 |
commit | 63d4f1cdbfd7602a249c3f63c987731df7b22364 (patch) | |
tree | a719301b772e44333575fa4061ba194c6a3c7cd2 /src | |
parent | 830c168e5ce40112433fcc4784415a1abacb3e57 (diff) | |
download | postgresql-63d4f1cdbfd7602a249c3f63c987731df7b22364.tar.gz postgresql-63d4f1cdbfd7602a249c3f63c987731df7b22364.zip |
Adjust message
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/initdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index e00c2f9c182..f72efe46f63 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -39,7 +39,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * Portions taken from FreeBSD. * - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.62 2004/10/15 04:31:48 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.63 2004/10/17 21:04:41 petere Exp $ * *------------------------------------------------------------------------- */ @@ -2197,7 +2197,7 @@ main(int argc, char *argv[]) if (authmethod == NULL || !strlen(authmethod)) { authwarning = _("\nWARNING: enabling \"trust\" authentication for local connections\n" - "You can change this by editing pg_hba.conf or using the -A flag the\n" + "You can change this by editing pg_hba.conf or using the -A option the\n" "next time you run initdb.\n"); authmethod = "trust"; } |