@@ -675,9 +675,9 @@ main(int argc, char **argv)
675675if (numWorkers > 1 && fout -> remoteVersion < 90200
676676&& !no_synchronized_snapshots )
677677exit_horribly (NULL ,
678- "No synchronized snapshotsavailable in this server version.\n"
679- "Run with --no-synchronized-snapshots instead if you do not\n"
680- "need synchronized snapshots.\n" );
678+ "Synchronized snapshotsare not supported by this server version.\n"
679+ "Run with --no-synchronized-snapshots instead if you do not need \n"
680+ "synchronized snapshots.\n" );
681681
682682/* Find the last built-in OID, if needed */
683683if (fout -> remoteVersion < 70300 )
@@ -891,7 +891,7 @@ help(const char *progname)
891891printf (_ (" --exclude-table-data=TABLE do NOT dump data for the named table(s)\n" ));
892892printf (_ (" --inserts dump data as INSERT commands, rather than COPY\n" ));
893893printf (_ (" --no-security-labels do not dump security label assignments\n" ));
894- printf (_ (" --no-synchronized-snapshotsparallel processes should not use synchronized snapshots\n" ));
894+ printf (_ (" --no-synchronized-snapshots do not use synchronized snapshots in parallel jobs \n" ));
895895printf (_ (" --no-tablespaces do not dump tablespace assignments\n" ));
896896printf (_ (" --no-unlogged-table-data do not dump unlogged table data\n" ));
897897printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));