File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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)
9797 printf (_ (" [--format=format]\n" ));
9898
9999 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" ));
101101 printf (_ (" [--backup-pg-log] [-j num-threads]\n" ));
102102 printf (_ (" [--archive-timeout=archive-timeout] [--progress]\n" ));
103103 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.
2929 [--format=format]
3030
3131 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]
3535 [--log-level-console=log-level-console]
3636 [--log-level-file=log-level-file]
3737 [--log-filename=log-filename]
You can’t perform that action at this time.
0 commit comments