We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0bace commit e8e78f4Copy full SHA for e8e78f4
src/bin/initdb/initdb.sh
@@ -26,7 +26,7 @@
26
#
27
28
# IDENTIFICATION
29
-# $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 $
30
31
#-------------------------------------------------------------------------
32
@@ -97,7 +97,7 @@ do
97
*)
98
echo "Unrecognized option '$1'. Syntax is:"
99
echo "initdb [-t | --template] [-d | --debug] [-n | --noclean]" \
100
- "[-u SUPSERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
+ "[-u SUPERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
101
exit 100
102
esac
103
shift
0 commit comments