git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15aa025)
Make new strings more alike previously existing messages.
2009年4月13日 21:03:36 +0000 (21:03 +0000)
2009年4月13日 21:03:36 +0000 (21:03 +0000)

diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 4f6a386c14829a017d52d5ebf63808ac7f404c06..b7cdcae45efd886ff39b81ed5c814acc4dc426ec 100644 (file)
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.97 2009年04月05日 04:19:58 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.98 2009年04月13日 21:03:36 alvherre Exp $
*
*-------------------------------------------------------------------------
*/
@@ -304,7 +304,7 @@ main(int argc, char **argv)
{
if (opts->filename)
{
- fprintf(stderr, _("%s: cannot specify both -d and -f output\n"),
+ fprintf(stderr, _("%s: options -d/--dbname and -f/--file cannot be used together\n"),
progname);
fprintf(stderr, _("Try \"%s --help\" for more information.\n"),
progname);
@@ -316,7 +316,7 @@ main(int argc, char **argv)
/* Can't do single-txn mode with multiple connections */
if (opts->single_txn && opts->number_of_jobs > 1)
{
- fprintf(stderr, _("%s: cannot specify both --single-transaction and multiple jobs\n"),
+ fprintf(stderr, _("%s: options -1/--single-transaction and -j/--jobs cannot be used together\n"),
progname);
exit(1);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /