|
39 | 39 | * Portions Copyright (c) 1994, Regents of the University of California
|
40 | 40 | * Portions taken from FreeBSD.
|
41 | 41 | *
|
42 |
| - * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.62 2004/10/1504:31:48 momjian Exp $ |
| 42 | + * $PostgreSQL: pgsql/src/bin/initdb/initdb.c,v 1.63 2004/10/17 21:04:41 petere Exp $ |
43 | 43 | *
|
44 | 44 | *-------------------------------------------------------------------------
|
45 | 45 | */
|
@@ -2197,7 +2197,7 @@ main(int argc, char *argv[])
|
2197 | 2197 | if (authmethod==NULL|| !strlen(authmethod))
|
2198 | 2198 | {
|
2199 | 2199 | authwarning=_("\nWARNING: enabling \"trust\" authentication for local connections\n"
|
2200 |
| -"You can change this by editing pg_hba.conf or using the -Aflag the\n" |
| 2200 | +"You can change this by editing pg_hba.conf or using the -Aoption the\n" |
2201 | 2201 | "next time you run initdb.\n");
|
2202 | 2202 | authmethod="trust";
|
2203 | 2203 | }
|
|