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

Commitd29a2ee

Browse files
committed
Make new strings more alike previously existing messages.
1 parent15aa025 commitd29a2ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
*$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.97 2009/04/05 04:19:58 tgl Exp $
37+
*$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.98 2009/04/13 21:03:36 alvherre Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -304,7 +304,7 @@ main(int argc, char **argv)
304304
{
305305
if (opts->filename)
306306
{
307-
fprintf(stderr,_("%s:cannot specify both -d and -f output\n"),
307+
fprintf(stderr,_("%s:options -d/--dbname and -f/--file cannot be used together\n"),
308308
progname);
309309
fprintf(stderr,_("Try \"%s --help\" for more information.\n"),
310310
progname);
@@ -316,7 +316,7 @@ main(int argc, char **argv)
316316
/* Can't do single-txn mode with multiple connections */
317317
if (opts->single_txn&&opts->number_of_jobs>1)
318318
{
319-
fprintf(stderr,_("%s:cannot specify both --single-transaction andmultiplejobs\n"),
319+
fprintf(stderr,_("%s:options -1/--single-transaction and-j/--jobs cannot be used together\n"),
320320
progname);
321321
exit(1);
322322
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp