aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2005-09-30 09:56:26 +0000
committerPeter Eisentraut <peter_e@gmx.net>2005-09-30 09:56:26 +0000
commitb4a7213b070424e6f21c50ad3ff696b8e76687d7 (patch)
treed670691f582fd658053f1cbf1bf2ddbc9c817022
parente5c453edceb176bb5fa406bd3af08b1f34451ae9 (diff)
downloadpostgresql-b4a7213b070424e6f21c50ad3ff696b8e76687d7.tar.gz
postgresql-b4a7213b070424e6f21c50ad3ff696b8e76687d7.zip
Equalize wordings to avoid redundant translation work.
-rw-r--r--src/bin/scripts/reindexdb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/scripts/reindexdb.c b/src/bin/scripts/reindexdb.c
index 2c2430b14ed..5b4cbc79f50 100644
--- a/src/bin/scripts/reindexdb.c
+++ b/src/bin/scripts/reindexdb.c
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.2 2005/09/30 07:58:01 petere Exp $
+ * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.3 2005/09/30 09:56:26 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -337,14 +337,14 @@ help(const char *progname)
printf(_(" -d, --dbname=DBNAME database to reindex\n"));
printf(_(" -t, --table=TABLE reindex specific table only\n"));
printf(_(" -i, --index=INDEX recreate specific index only\n"));
- printf(_(" -e, --echo show the commands sent to the server\n"));
- printf(_(" -q, --quiet don't write any output\n"));
+ printf(_(" -e, --echo show the commands being sent to the server\n"));
+ printf(_(" -q, --quiet don't write any messages\n"));
printf(_(" --help show this help, then exit\n"));
printf(_(" --version output version information, then exit\n"));
printf(_("\nConnection options:\n"));
- printf(_(" -h, --host=HOSTNAME database server host or socket direcotry\n"));
+ printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
printf(_(" -p, --port=PORT database server port\n"));
- printf(_(" -U, --username=NAME user name to connect as\n"));
+ printf(_(" -U, --username=USERNAME user name to connect as\n"));
printf(_(" -W, --password prompt for password\n"));
printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));