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/scripts/createuser | |
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/scripts/createuser')
-rw-r--r-- | src/bin/scripts/createuser | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser index e3859eb2a75..37a76368055 100644 --- a/src/bin/scripts/createuser +++ b/src/bin/scripts/createuser @@ -8,7 +8,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.14 2000/11/13 23:37:53 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.15 2000/11/25 19:05:44 petere Exp $ # # Note - this should NOT be setuid. # @@ -110,7 +110,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 ;; *) |