aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2024-04-24 08:56:21 +0200
committerPeter Eisentraut <peter@eisentraut.org>2024-04-24 08:56:21 +0200
commitf994ed89a98b9aed405c760f157a10125eb8d567 (patch)
treebdcbb361087c3fa8a9e2c26240d6a7e876b27612 /src
parentc3fa85b249e457898a24cb3125a4a1b6b9c0e631 (diff)
downloadpostgresql-f994ed89a98b9aed405c760f157a10125eb8d567.tar.gz
postgresql-f994ed89a98b9aed405c760f157a10125eb8d567.zip
pg_walsummary: Document --version option
It was working, but it was not shown in the --help output or on the man page.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_walsummary/pg_walsummary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_walsummary/pg_walsummary.c b/src/bin/pg_walsummary/pg_walsummary.c
index daf6cd14ce7..ffe183f0eee 100644
--- a/src/bin/pg_walsummary/pg_walsummary.c
+++ b/src/bin/pg_walsummary/pg_walsummary.c
@@ -270,6 +270,7 @@ help(const char *progname)
printf(_("\nOptions:\n"));
printf(_(" -i, --individual list block numbers individually, not as ranges\n"));
printf(_(" -q, --quiet don't print anything, just parse the files\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);