aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-24 18:55:53 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-24 18:55:53 +0000
commit215f0964313eb0615188be9ecd24cca7f4f2401c (patch)
tree99d19b0b5fe35ab02d3b5984bde4c65f2ab1d8a3
parent3e8b887e9d4d23abb7245793a792c13e4f7345e7 (diff)
downloadpostgresql-215f0964313eb0615188be9ecd24cca7f4f2401c.tar.gz
postgresql-215f0964313eb0615188be9ecd24cca7f4f2401c.zip
Make initdb --help not line wrap.
-rw-r--r--src/bin/initdb/initdb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh
index 0c73e462156..ee5d67f72fa 100644
--- a/src/bin/initdb/initdb.sh
+++ b/src/bin/initdb/initdb.sh
@@ -27,7 +27,7 @@
# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.140 2001/10/19 17:03:08 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.141 2001/11/24 18:55:53 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -273,7 +273,7 @@ if [ "$usage" ]; then
echo " [-D, --pgdata] DATADIR Location for this database cluster"
echo " -W, --pwprompt Prompt for a password for the new superuser"
if [ -n "$MULTIBYTE" ] ; then
- echo " -E, --encoding ENCODING Set the default multibyte encoding for new databases"
+ echo " -E, --encoding ENCODING Sets default multibyte encoding for new databases"
fi
echo " -U, --username NAME Database superuser name"
echo "Less commonly used options: "