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

Commit e8e78f4

Browse files
committed
Fix typo in help text.
1 parent 3a0bace commit e8e78f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/initdb/initdb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.10 1996/10/05 03:24:47 momjian Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.11 1996/10/05 21:34:33 momjian Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -97,7 +97,7 @@ do
9797
*)
9898
echo "Unrecognized option '$1'. Syntax is:"
9999
echo "initdb [-t | --template] [-d | --debug] [-n | --noclean]" \
100-
"[-u SUPSERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
100+
"[-u SUPERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
101101
exit 100
102102
esac
103103
shift

0 commit comments

Comments
 (0)