]> granicus.if.org Git - postgresql/commitdiff
Fix help output.
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Sep 2002 16:12:27 +0000 (16:12 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 7 Sep 2002 16:12:27 +0000 (16:12 +0000)
src/bin/scripts/clusterdb

index 58430e2d6a9a9b4d795da26851cc6e321cec09cb..33d5967dde1c50b29207f9f5bd761a31f8c3eefe 100644 (file)
@@ -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