Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c3fe58e

Browse files
committed
Fix bogus createdb option syntax recommended by initlocation message.
1 parent e43e20c commit c3fe58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/initlocation/initlocation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.12 2001/09/30 22:17:50 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.13 2002/02/24 23:59:36 tgl Exp $
1313
#
1414
#-------------------------------------------------------------------------
1515

@@ -161,7 +161,7 @@ if [ "$haveenv" = "t" ]; then
161161
echo "You can now create a database using"
162162
echo " CREATE DATABASE <name> WITH LOCATION = '$Location'"
163163
echo "in SQL, or"
164-
echo " createdb <name> -D '$Location'"
164+
echo " createdb -D '$Location' <name>"
165165
echo "from the shell."
166166
fi
167167
echo

0 commit comments

Comments
 (0)