1
0
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:
Arthur Zakirov 2019-03-04 16:47:21 +03:00
parent 04ff6f8fac
commit e9190e6cc3
2 changed files with 4 additions and 4 deletions

View File

@ -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"));

View File

@ -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]