1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +03:00

pg_combinebackup: Add --version to --help output

(It was already on the man page.)
This commit is contained in:
Peter Eisentraut
2024-04-24 12:12:57 +02:00
parent b279e37015
commit 83751691e9

View File

@@ -738,6 +738,7 @@ help(const char *progname)
" use algorithm for manifest checksums\n"));
printf(_(" --no-manifest suppress generation of backup manifest\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(_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);