Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b4a7213

Browse files
committed
Equalize wordings to avoid redundant translation work.
1 parent e5c453e commit b4a7213

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bin/scripts/reindexdb.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
66
*
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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -337,14 +337,14 @@ help(const char *progname)
337337
printf(_(" -d, --dbname=DBNAME database to reindex\n"));
338338
printf(_(" -t, --table=TABLE reindex specific table only\n"));
339339
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"));
342342
printf(_(" --help show this help, then exit\n"));
343343
printf(_(" --version output version information, then exit\n"));
344344
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"));
346346
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"));
348348
printf(_(" -W, --password prompt for password\n"));
349349
printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
350350
printf(_("\nReport bugs to <pgsql-bugs@postgresql.org>.\n"));

0 commit comments

Comments
 (0)