Skip to content

Commit 271cf16

Browse files
committed
indent correction as noted by Roman Zharkov
1 parent 74cd21a commit 271cf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/help.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ help_pg_probackup(void)
248248
printf(_(" [--ssh-options]\n"));
249249
printf(_(" [--help]\n"));
250250

251-
printf(_("\n%s catchup -b catchup-mode\n"), PROGRAM_NAME);
251+
printf(_("\n %s catchup -b catchup-mode\n"), PROGRAM_NAME);
252252
printf(_(" --catchup-source-pgdata=path_to_pgdata_on_remote_server\n"));
253253
printf(_(" --catchup-destination-pgdata=path_to_local_dir\n"));
254254
printf(_(" [--stream [-S slot-name]] [--temp-slot]\n"));

0 commit comments

Comments
 (0)