File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ help_pg_probackup(void)
97
97
printf (_ (" [--format=format]\n" ));
98
98
99
99
printf (_ ("\n %s backup -B backup-path -b backup-mode --instance=instance_name\n" ), PROGRAM_NAME );
100
- printf (_ (" [-C] [--stream [-S slot-name] [--temp-slot]\n" ));
100
+ printf (_ (" [-C] [--stream [-S slot-name]] [--temp-slot]\n" ));
101
101
printf (_ (" [--backup-pg-log] [-j num-threads]\n" ));
102
102
printf (_ (" [--archive-timeout=archive-timeout] [--progress]\n" ));
103
103
printf (_ (" [--log-level-console=log-level-console]\n" ));
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
29
29
[--format=format]
30
30
31
31
pg_probackup backup -B backup-path -b backup-mode --instance=instance_name
32
- [-C] [--stream [-S slot-name]] [--backup-pg-log ]
33
- [-j num-threads ] [--archive-timeout=archive-timeout ]
34
- [--progress]
32
+ [-C] [--stream [-S slot-name]] [--temp-slot ]
33
+ [--backup-pg-log ] [-j num-threads ]
34
+ [--archive-timeout=archive-timeout] [-- progress]
35
35
[--log-level-console=log-level-console]
36
36
[--log-level-file=log-level-file]
37
37
[--log-filename=log-filename]
You can’t perform that action at this time.
0 commit comments