mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +03:00
pg_combinebackup: Add --version to --help output
(It was already on the man page.)
This commit is contained in:
parent
b279e37015
commit
83751691e9
@ -738,6 +738,7 @@ help(const char *progname)
|
|||||||
" use algorithm for manifest checksums\n"));
|
" use algorithm for manifest checksums\n"));
|
||||||
printf(_(" --no-manifest suppress generation of backup manifest\n"));
|
printf(_(" --no-manifest suppress generation of backup manifest\n"));
|
||||||
printf(_(" --sync-method=METHOD set method for syncing files to disk\n"));
|
printf(_(" --sync-method=METHOD set method for syncing files to disk\n"));
|
||||||
|
printf(_(" -V, --version output version information, then exit\n"));
|
||||||
printf(_(" -?, --help show this help, then exit\n"));
|
printf(_(" -?, --help show this help, then exit\n"));
|
||||||
|
|
||||||
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
|
printf(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user