aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-13 05:37:44 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-13 05:37:44 +0000
commit0064031f99d1bafda9d3d6d88284dc4e058c5293 (patch)
treeab6a1ad9b8194367919720b4bfce986533dcb29a /src
parent48ee6f4916c4b1104b66c03b33e427892a128a21 (diff)
downloadpostgresql-0064031f99d1bafda9d3d6d88284dc4e058c5293.tar.gz
postgresql-0064031f99d1bafda9d3d6d88284dc4e058c5293.zip
This patch fixes an error in the usage message for 'clusterdb', and
makes a few editorial changes to the documentation. Neil Conway
Diffstat (limited to 'src')
-rw-r--r--src/bin/scripts/clusterdb7
-rw-r--r--src/bin/scripts/createuser6
2 files changed, 6 insertions, 7 deletions
diff --git a/src/bin/scripts/clusterdb b/src/bin/scripts/clusterdb
index ca6510b1906..4b9b7c845e9 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.8 2002/10/21 20:32:33 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.9 2003/02/13 05:37:44 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -118,10 +118,9 @@ if [ "$usage" ]; then
echo " -a, --all cluster all databases"
echo " -d, --dbname=DBNAME database to cluster"
echo " -t, --table='TABLE' cluster specific table only"
- echo " -e, --echo show the command being sent to the backend"
+ echo " -e, --echo show the commands sent to the backend"
echo " -q, --quiet don't write any output"
- echo " -v, --verbose write a lot of output"
- echo " --help show this help, then exit"
+ echo " --help show this help, then exit"
echo
echo "Connection options:"
echo " -h, --host=HOSTNAME database server host"
diff --git a/src/bin/scripts/createuser b/src/bin/scripts/createuser
index f3983cfcba3..025993c1252 100644
--- a/src/bin/scripts/createuser
+++ b/src/bin/scripts/createuser
@@ -9,7 +9,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.29 2002/10/18 22:05:36 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.30 2003/02/13 05:37:44 momjian Exp $
#
# Note - this should NOT be setuid.
#
@@ -153,8 +153,8 @@ if [ "$usage" ]; then
echo " -N, --unencrypted do no encrypt stored password"
echo " -i, --sysid=SYSID select sysid for new user"
echo " -e, --echo show the query being sent to the backend"
- echo " -q, --quiet don't write any messages"
- echo " --help show this help, then exit"
+ echo " -q, --quiet don't write any messages"
+ echo " --help show this help, then exit"
echo
echo "Connection options:"
echo " -h, --host=HOSTNAME database server host"