aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-07 16:12:27 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-07 16:12:27 +0000
commit123baf83104c3b9db4918881fa9cd9b1e0342dc4 (patch)
tree400ab901db33fc23dccd78cc63304a9cd07ad5a0 /src
parent38e444aae695d5c31ecd3038ee6e516bdd2a3af9 (diff)
downloadpostgresql-123baf83104c3b9db4918881fa9cd9b1e0342dc4.tar.gz
postgresql-123baf83104c3b9db4918881fa9cd9b1e0342dc4.zip
Fix help output.
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/clusterdb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/clusterdb b/src/bin/scripts/clusterdb
index 58430e2d6a9..33d5967dde1 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 <pgsql-bugs@postgresql.org>."
exit 0