Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
pg_combinebackup: Add --version to --help output
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Apr 2024 10:12:57 +0000 (12:12 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Apr 2024 10:12:57 +0000 (12:12 +0200)
(It was already on the man page.)

src/bin/pg_combinebackup/pg_combinebackup.c

index 6ad17788bfc10d21068bf92f6b96de7fc09be5de..4958372653be1aef18fd85c34fa03bd00773fdae 100644 (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);