|
27 | 27 | # Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group |
28 | 28 | # Portions Copyright (c) 1994, Regents of the University of California |
29 | 29 | # |
30 | | -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.140 2001/10/19 17:03:08 tgl Exp $ |
| 30 | +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.141 2001/11/24 18:55:53 momjian Exp $ |
31 | 31 | # |
32 | 32 | #------------------------------------------------------------------------- |
33 | 33 |
|
@@ -273,7 +273,7 @@ if [ "$usage" ]; then |
273 | 273 | echo" [-D, --pgdata] DATADIR Location for this database cluster" |
274 | 274 | echo" -W, --pwprompt Prompt for a password for the new superuser" |
275 | 275 | if [-n"$MULTIBYTE" ];then |
276 | | -echo" -E, --encoding ENCODINGSet the default multibyte encoding for new databases" |
| 276 | +echo" -E, --encoding ENCODINGSets default multibyte encoding for new databases" |
277 | 277 | fi |
278 | 278 | echo" -U, --username NAME Database superuser name" |
279 | 279 | echo"Less commonly used options:" |
|