diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-11-25 19:05:44 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-11-25 19:05:44 +0000 |
commit | fc6603ff75eb22c3ae9ba9d3ecde552cf06807cd (patch) | |
tree | 831b3e0aef01762ffb703eb1ed9dd1a93a5763d1 /src/bin/scripts/createlang.sh | |
parent | c25b4dbf03a9b9e5bf79f2f7e2bcdcd9dc6263b9 (diff) | |
download | postgresql-fc6603ff75eb22c3ae9ba9d3ecde552cf06807cd.tar.gz postgresql-fc6603ff75eb22c3ae9ba9d3ecde552cf06807cd.zip |
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/scripts/createlang.sh')
-rw-r--r-- | src/bin/scripts/createlang.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/createlang.sh b/src/bin/scripts/createlang.sh index 02c27aaf90b..db4189bd072 100644 --- a/src/bin/scripts/createlang.sh +++ b/src/bin/scripts/createlang.sh @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.20 2000/11/20 20:36:50 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createlang.sh,v 1.21 2000/11/25 19:05:44 petere Exp $ # #------------------------------------------------------------------------- @@ -99,7 +99,7 @@ do -*) echo "$CMDNAME: invalid option: $1" 1>&2 - echo "Try '$CMDNAME -?' for help." 1>&2 + echo "Try '$CMDNAME --help' for more information." 1>&2 exit 1 ;; *) |