From: Bruce Momjian Date: Sat, 5 Oct 1996 21:34:33 +0000 (+0000) Subject: Fix typo in help text. X-Git-Tag: REL2_0~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e78f4c7ba4e5e867fb3db61d91f27d96d6b950;p=thirdparty%2Fpostgresql.git Fix typo in help text. --- diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index 8426afb6be2..99fca45bbdb 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -26,7 +26,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.10 1996/10/05 03:24:47 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.11 1996/10/05 21:34:33 momjian Exp $ # #------------------------------------------------------------------------- @@ -97,7 +97,7 @@ do *) echo "Unrecognized option '$1'. Syntax is:" echo "initdb [-t | --template] [-d | --debug] [-n | --noclean]" \ - "[-u SUPSERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]" + "[-u SUPERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]" exit 100 esac shift