File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/15 04: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 -A flag the\n"
2200
+ "You can change this by editing pg_hba.conf or using the -A option the\n"
2201
2201
"next time you run initdb.\n" );
2202
2202
authmethod = "trust" ;
2203
2203
}
You can’t perform that action at this time.
0 commit comments