File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 *
3535 *
3636 * IDENTIFICATION
37- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.98 2009/04/13 21:03:36 alvherre Exp $
37+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.99 2009/04/14 00:06:35 alvherre Exp $
3838 *
3939 *-------------------------------------------------------------------------
4040 */
@@ -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: options -1/-- single-transaction and -j/--jobs cannot be used together \n" ),
319+ fprintf (stderr , _ ("%s: cannot specify both -- single-transaction and multiple jobs \n" ),
320320 progname );
321321 exit (1 );
322322 }
You can’t perform that action at this time.
0 commit comments