projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b279e37
)
pg_combinebackup: Add --version to --help output
author
Peter Eisentraut
Wed, 24 Apr 2024 10:12:57 +0000
(12:12 +0200)
committer
Peter Eisentraut
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
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_combinebackup/pg_combinebackup.c
b/src/bin/pg_combinebackup/pg_combinebackup.c
index 6ad17788bfc10d21068bf92f6b96de7fc09be5de..4958372653be1aef18fd85c34fa03bd00773fdae 100644
(file)
--- a/
src/bin/pg_combinebackup/pg_combinebackup.c
+++ b/
src/bin/pg_combinebackup/pg_combinebackup.c
@@
-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);