Commit 8972088d authored by Tom Lane's avatar Tom Lane

Fix typo in error message.

parent 52522850
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# #
# Copyright (c) 1994, Regents of the University of California # Copyright (c) 1994, Regents of the University of California
# #
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.117 2000/11/25 19:05:43 petere Exp $ # $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.118 2000/12/31 22:24:14 tgl Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -403,7 +403,7 @@ then ...@@ -403,7 +403,7 @@ then
if [ "$template_only" != yes ] if [ "$template_only" != yes ]
then then
( (
echo "$CMDNAME: The directory $PGDATA is exists but is not empty." echo "$CMDNAME: The directory $PGDATA exists but is not empty."
echo "If you want to create a new database system, either remove or empty" echo "If you want to create a new database system, either remove or empty"
echo "the directory $PGDATA or run initdb with an argument" echo "the directory $PGDATA or run initdb with an argument"
echo "other than $PGDATA." echo "other than $PGDATA."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment