File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ Connection options:
47
47
Generic options:
48
48
-q, --quiet don't write any messages
49
49
-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
52
52
53
53
Read the website for details. <https://github.com/postgrespro/pg_probackup>
54
54
Report bugs to <https://github.com/postgrespro/pg_probackup/issues>.
Original file line number Diff line number Diff line change @@ -1453,8 +1453,8 @@ help(bool details)
1453
1453
printf (" -q, --quiet don't write any messages\n" );
1454
1454
printf (" -v, --verbose verbose mode\n" );
1455
1455
}
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" );
1458
1458
1459
1459
if (details && (PROGRAM_URL || PROGRAM_EMAIL ))
1460
1460
{
You can’t perform that action at this time.
0 commit comments