Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4a7213

Browse files
committed
Equalize wordings to avoid redundant translation work.
1 parente5c453e commitb4a7213

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/3007:58:01 petere Exp $
7+
* $PostgreSQL: pgsql/src/bin/scripts/reindexdb.c,v 1.3 2005/09/3009: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 anyoutput\n"));
340+
printf(_(" -e, --echo show the commandsbeingsent to the server\n"));
341+
printf(_(" -q, --quiet don't write anymessages\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 socketdirecotry\n"));
345+
printf(_(" -h, --host=HOSTNAME database server host or socketdirectory\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)

[8]ページ先頭

©2009-2025 Movatter.jp