File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -985,8 +985,8 @@ static void
985
985
help_archive_get (void )
986
986
{
987
987
printf (_ ("\n%s archive-get -B backup-path --instance=instance_name\n" ), PROGRAM_NAME );
988
- printf (_ (" --wal-file-path=wal-file-path\n" ));
989
988
printf (_ (" --wal-file-name=wal-file-name\n" ));
989
+ printf (_ (" [--wal-file-path=wal-file-path]\n" ));
990
990
printf (_ (" [-j num-threads] [--batch-size=batch_size]\n" ));
991
991
printf (_ (" [--no-validate-wal]\n" ));
992
992
printf (_ (" [--remote-proto] [--remote-host]\n" ));
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
144
144
145
145
pg_probackup archive-push -B backup-path --instance=instance_name
146
146
--wal-file-name=wal-file-name
147
+ [--wal-file-path=wal-file-path]
147
148
[-j num-threads] [--batch-size=batch_size]
148
149
[--archive-timeout=timeout]
149
150
[--no-ready-rename] [--no-sync]
You can’t perform that action at this time.
0 commit comments