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/createdb | |
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/createdb')
-rw-r--r-- | src/bin/scripts/createdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/createdb b/src/bin/scripts/createdb index e506af5885c..3937b619138 100644 --- a/src/bin/scripts/createdb +++ b/src/bin/scripts/createdb @@ -11,7 +11,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.11 2000/11/13 23:37:53 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createdb,v 1.12 2000/11/25 19:05:44 petere Exp $ # #------------------------------------------------------------------------- @@ -89,7 +89,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 ;; *) |