|
4 | 4 | *
|
5 | 5 | * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
6 | 6 | *
|
7 |
| - * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.2 2005/09/30 07:58:01 petere Exp $ |
| 7 | + * $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.3 2005/09/30 09:56:26 petere Exp $ |
8 | 8 | *
|
9 | 9 | *-------------------------------------------------------------------------
|
10 | 10 | */
|
@@ -337,14 +337,14 @@ help(const char *progname)
|
337 | 337 | printf(_(" -d, --dbname=DBNAME database to reindex\n"));
|
338 | 338 | printf(_(" -t, --table=TABLE reindex specific table only\n"));
|
339 | 339 | printf(_(" -i, --index=INDEX recreate specific index only\n"));
|
340 |
| - printf(_(" -e, --echo show the commands sent to the server\n")); |
341 |
| - printf(_(" -q, --quiet don't write any output\n")); |
| 340 | + printf(_(" -e, --echo show the commands being sent to the server\n")); |
| 341 | + printf(_(" -q, --quiet don't write any messages\n")); |
342 | 342 | printf(_(" --help show this help, then exit\n"));
|
343 | 343 | printf(_(" --version output version information, then exit\n"));
|
344 | 344 | printf(_("\nConnection options:\n"));
|
345 |
| - printf(_(" -h, --host=HOSTNAME database server host or socket direcotry\n")); |
| 345 | + printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); |
346 | 346 | printf(_(" -p, --port=PORT database server port\n"));
|
347 |
| - printf(_(" -U, --username=NAME user name to connect as\n")); |
| 347 | + printf(_(" -U, --username=USERNAME user name to connect as\n")); |
348 | 348 | printf(_(" -W, --password prompt for password\n"));
|
349 | 349 | printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
|
350 | 350 | printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));
|
|
0 commit comments