Skip to content

Commit 134c939

Browse files
author
Arthur Zakirov
committed
Fix --stream option number
1 parent a3a8e8a commit 134c939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_probackup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ static pgut_option options[] =
6868
{ 's', 'B', "backup-path", &backup_path, SOURCE_CMDLINE },
6969
/* common options */
7070
{ 'u', 'j', "threads", &num_threads, SOURCE_CMDLINE },
71-
{ 'b', 1, "stream", &stream_wal, SOURCE_CMDLINE },
72-
{ 'b', 2, "progress", &progress, SOURCE_CMDLINE },
71+
{ 'b', 2, "stream", &stream_wal, SOURCE_CMDLINE },
72+
{ 'b', 3, "progress", &progress, SOURCE_CMDLINE },
7373
{ 's', 'i', "backup-id", &backup_id_string_param, SOURCE_CMDLINE },
7474
/* backup options */
7575
{ 'b', 10, "backup-pg-log", &backup_logs, SOURCE_CMDLINE },

0 commit comments

Comments
 (0)