|
11 | 11 | #
|
12 | 12 | #
|
13 | 13 | # IDENTIFICATION
|
14 |
| -# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.1 2002/08/27 03:38:27momjian Exp $ |
| 14 | +# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.2 2002/09/07 16:12:27petere Exp $ |
15 | 15 | #
|
16 | 16 | #-------------------------------------------------------------------------
|
17 | 17 |
|
@@ -126,7 +126,7 @@ if [ "$usage" ]; then
|
126 | 126 | echo" -e, --echo Show the command being sent to the backend"
|
127 | 127 | echo" -q, --quiet Don't write any output"
|
128 | 128 | echo
|
129 |
| -echo"Read the description of the SQL commandVACUUM for details." |
| 129 | +echo"Read the description of the SQL commandCLUSTER for details." |
130 | 130 | echo
|
131 | 131 | echo"Report bugs to <pgsql-bugs@postgresql.org>."
|
132 | 132 | exit 0
|
|