From fc6603ff75eb22c3ae9ba9d3ecde552cf06807cd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 25 Nov 2000 19:05:44 +0000 Subject: Advertise --help (rather than '-?') as help option (problems with csh). Accept --help even if no general long options support exists. --- src/bin/scripts/createlang.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/scripts/createlang.sh') 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 ;; *) -- cgit v1.2.3