Skip to content

Commit 7aa2611

Browse files
committed
Fix help text.
1 parent 46768fa commit 7aa2611

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-
--help show this help, then exit
51-
--version output 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)