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
1 changed files with 1 additions and 0 deletions

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);