From 123baf83104c3b9db4918881fa9cd9b1e0342dc4 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 7 Sep 2002 16:12:27 +0000 Subject: [PATCH] Fix help output. --- src/bin/scripts/clusterdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/scripts/clusterdb b/src/bin/scripts/clusterdb index 58430e2d6a..33d5967dde 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.1 2002/08/27 03:38:27 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.2 2002/09/07 16:12:27 petere Exp $ # #------------------------------------------------------------------------- @@ -126,7 +126,7 @@ if [ "$usage" ]; then echo " -e, --echo Show the command being sent to the backend" echo " -q, --quiet Don't write any output" echo - echo "Read the description of the SQL command VACUUM for details." + echo "Read the description of the SQL command CLUSTER for details." echo echo "Report bugs to ." exit 0