diff options
| author | Peter Eisentraut | 2000-11-25 19:05:44 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2000-11-25 19:05:44 +0000 |
| commit | fc6603ff75eb22c3ae9ba9d3ecde552cf06807cd (patch) | |
| tree | 831b3e0aef01762ffb703eb1ed9dd1a93a5763d1 /src/bin/initdb | |
| parent | c25b4dbf03a9b9e5bf79f2f7e2bcdcd9dc6263b9 (diff) | |
Advertise --help (rather than '-?') as help option (problems with csh).
Accept --help even if no general long options support exists.
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/initdb.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/initdb/initdb.sh b/src/bin/initdb/initdb.sh index 22843e6fd95..b83b1810250 100644 --- a/src/bin/initdb/initdb.sh +++ b/src/bin/initdb/initdb.sh @@ -24,7 +24,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.116 2000/11/21 20:55:57 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.117 2000/11/25 19:05:43 petere Exp $ # #------------------------------------------------------------------------- @@ -253,7 +253,7 @@ do ;; -*) echo "$CMDNAME: invalid option: $1" - echo "Try '$CMDNAME -?' for help." + echo "Try '$CMDNAME --help' for more information." exit 1 ;; *) |
