mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-22 11:44:34 +02:00
tests: update help test
This commit is contained in:
parent
04ff6f8fac
commit
e9190e6cc3
@ -97,7 +97,7 @@ help_pg_probackup(void)
|
||||
printf(_(" [--format=format]\n"));
|
||||
|
||||
printf(_("\n %s backup -B backup-path -b backup-mode --instance=instance_name\n"), PROGRAM_NAME);
|
||||
printf(_(" [-C] [--stream [-S slot-name] [--temp-slot]\n"));
|
||||
printf(_(" [-C] [--stream [-S slot-name]] [--temp-slot]\n"));
|
||||
printf(_(" [--backup-pg-log] [-j num-threads]\n"));
|
||||
printf(_(" [--archive-timeout=archive-timeout] [--progress]\n"));
|
||||
printf(_(" [--log-level-console=log-level-console]\n"));
|
||||
|
@ -29,9 +29,9 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
|
||||
[--format=format]
|
||||
|
||||
pg_probackup backup -B backup-path -b backup-mode --instance=instance_name
|
||||
[-C] [--stream [-S slot-name]] [--backup-pg-log]
|
||||
[-j num-threads] [--archive-timeout=archive-timeout]
|
||||
[--progress]
|
||||
[-C] [--stream [-S slot-name]] [--temp-slot]
|
||||
[--backup-pg-log] [-j num-threads]
|
||||
[--archive-timeout=archive-timeout] [--progress]
|
||||
[--log-level-console=log-level-console]
|
||||
[--log-level-file=log-level-file]
|
||||
[--log-filename=log-filename]
|
||||
|
Loading…
x
Reference in New Issue
Block a user