@@ -78,19 +78,19 @@ usage(const char *progname)
7878 printf (_ ("%s resynchronizes a PostgreSQL cluster with another copy of the cluster.\n\n" ), progname );
7979 printf (_ ("Usage:\n %s [OPTION]...\n\n" ), progname );
8080 printf (_ ("Options:\n" ));
81- printf (_ (" -c, --restore-target-wal use restore_command in target config \n"
82- " to retrieve WAL files from archives\n" ));
81+ printf (_ (" -c, --restore-target-wal use restore_command in target configuration to \n"
82+ " retrieve WAL files from archives\n" ));
8383 printf (_ (" -D, --target-pgdata=DIRECTORY existing data directory to modify\n" ));
8484 printf (_ (" --source-pgdata=DIRECTORY source data directory to synchronize with\n" ));
8585 printf (_ (" --source-server=CONNSTR source server to synchronize with\n" ));
86- printf (_ (" -R, --write-recovery-conf write configuration for replication\n"
87- " (requires --source-server)\n" ));
8886 printf (_ (" -n, --dry-run stop before modifying anything\n" ));
8987 printf (_ (" -N, --no-sync do not wait for changes to be written\n"
9088 " safely to disk\n" ));
9189 printf (_ (" -P, --progress write progress messages\n" ));
92- printf (_ (" --no-ensure-shutdown do not automatically fix unclean shutdown\n" ));
90+ printf (_ (" -R, --write-recovery-conf write configuration for replication\n"
91+ " (requires --source-server)\n" ));
9392 printf (_ (" --debug write a lot of debug messages\n" ));
93+ printf (_ (" --no-ensure-shutdown do not automatically fix unclean shutdown\n" ));
9494 printf (_ (" -V, --version output version information, then exit\n" ));
9595 printf (_ (" -?, --help show this help, then exit\n" ));
9696 printf (_ ("\nReport bugs to <%s>.\n" ), PACKAGE_BUGREPORT );
0 commit comments