We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cd21a commit 271cf16Copy full SHA for 271cf16
src/help.c
@@ -248,7 +248,7 @@ help_pg_probackup(void)
248
printf(_(" [--ssh-options]\n"));
249
printf(_(" [--help]\n"));
250
251
- printf(_("\n%s catchup -b catchup-mode\n"), PROGRAM_NAME);
+ printf(_("\n %s catchup -b catchup-mode\n"), PROGRAM_NAME);
252
printf(_(" --catchup-source-pgdata=path_to_pgdata_on_remote_server\n"));
253
printf(_(" --catchup-destination-pgdata=path_to_local_dir\n"));
254
printf(_(" [--stream [-S slot-name]] [--temp-slot]\n"));
0 commit comments