Skip to content

Commit 0efb8e6

Browse files
committed
Fix in expected/option_help.out to pass tests correctly
1 parent f73a5d9 commit 0efb8e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,8 +985,8 @@ static void
985985
help_archive_get(void)
986986
{
987987
printf(_("\n%s archive-get -B backup-path --instance=instance_name\n"), PROGRAM_NAME);
988-
printf(_(" --wal-file-path=wal-file-path\n"));
989988
printf(_(" --wal-file-name=wal-file-name\n"));
989+
printf(_(" [--wal-file-path=wal-file-path]\n"));
990990
printf(_(" [-j num-threads] [--batch-size=batch_size]\n"));
991991
printf(_(" [--no-validate-wal]\n"));
992992
printf(_(" [--remote-proto] [--remote-host]\n"));

tests/expected/option_help.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ pg_probackup - utility to manage backup/recovery of PostgreSQL database.
144144

145145
pg_probackup archive-push -B backup-path --instance=instance_name
146146
--wal-file-name=wal-file-name
147+
[--wal-file-path=wal-file-path]
147148
[-j num-threads] [--batch-size=batch_size]
148149
[--archive-timeout=timeout]
149150
[--no-ready-rename] [--no-sync]

0 commit comments

Comments
 (0)