diff options
Diffstat (limited to 'src/bin/scripts/clusterdb')
-rw-r--r-- | src/bin/scripts/clusterdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/clusterdb b/src/bin/scripts/clusterdb index f35393f96bb..70386bf7799 100644 --- a/src/bin/scripts/clusterdb +++ b/src/bin/scripts/clusterdb @@ -11,7 +11,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.11 2003/05/14 03:26:03 tgl Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.12 2003/06/11 05:13:12 momjian Exp $ # #------------------------------------------------------------------------- @@ -123,7 +123,7 @@ if [ "$usage" ]; then echo " --help show this help, then exit" echo echo "Connection options:" - echo " -h, --host=HOSTNAME database server host" + echo " -h, --host=HOSTNAME database server host or socket directory" echo " -p, --port=PORT database server port" echo " -U, --username=USERNAME user name to connect as" echo " -W, --password prompt for password" |