Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite9190e6

Browse files
committed
tests: update help test
1 parent04ff6f8 commite9190e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"));

‎tests/expected/option_help.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp