@@ -78,19 +78,19 @@ usage(const char *progname)
78
78
printf (_ ("%s resynchronizes a PostgreSQL cluster with another copy of the cluster.\n\n" ), progname );
79
79
printf (_ ("Usage:\n %s [OPTION]...\n\n" ), progname );
80
80
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" ));
83
83
printf (_ (" -D, --target-pgdata=DIRECTORY existing data directory to modify\n" ));
84
84
printf (_ (" --source-pgdata=DIRECTORY source data directory to synchronize with\n" ));
85
85
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" ));
88
86
printf (_ (" -n, --dry-run stop before modifying anything\n" ));
89
87
printf (_ (" -N, --no-sync do not wait for changes to be written\n"
90
88
" safely to disk\n" ));
91
89
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" ));
93
92
printf (_ (" --debug write a lot of debug messages\n" ));
93
+ printf (_ (" --no-ensure-shutdown do not automatically fix unclean shutdown\n" ));
94
94
printf (_ (" -V, --version output version information, then exit\n" ));
95
95
printf (_ (" -?, --help show this help, then exit\n" ));
96
96
printf (_ ("\nReport bugs to <%s>.\n" ), PACKAGE_BUGREPORT );
0 commit comments