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

Commit7aa2611

Browse files
committed
Fix help text.
1 parent46768fa commit7aa2611

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎expected/option.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Connection options:
4747
Generic options:
4848
-q, --quiet don't write any messages
4949
-v, --verbose verbose mode
50-
--helpshow this help, then exit
51-
--versionoutput version information and exit
50+
--help show this help, then exit
51+
--version output version information and exit
5252

5353
Read the website for details. <https://github.com/postgrespro/pg_probackup>
5454
Report bugs to <https://github.com/postgrespro/pg_probackup/issues>.

‎pgut/pgut.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,8 +1453,8 @@ help(bool details)
14531453
printf(" -q, --quiet don't write any messages\n");
14541454
printf(" -v, --verbose verbose mode\n");
14551455
}
1456-
printf(" --help show this help, then exit\n");
1457-
printf(" --version output version information and exit\n");
1456+
printf(" --help show this help, then exit\n");
1457+
printf(" --version output version information and exit\n");
14581458

14591459
if (details&& (PROGRAM_URL||PROGRAM_EMAIL))
14601460
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp