Update repmgr --help output

(per Github report #113 from renard)
This commit is contained in:
Ian Barwick
2015-09-25 11:26:01 +09:00
parent 2bcacff3b3
commit d7e489ea0a
2 changed files with 5 additions and 3 deletions

View File

@@ -5,9 +5,10 @@
Bugfix: standby clone --force does not empty pg_xlog (Gianni)
Bugfix: autofailover with reconnect_attempts > 1 (Gianni)
Bugfix: ignore comments after values (soxwellfb)
Bugfix: handle string values in 'node' parameter correctly(Gregory Duchatelet)
Bugfix: handle string values in 'node' parameter correctly (Gregory Duchatelet)
Allow repmgr to be compiled with a newer libpq (Marco)
Bugfix: call update_node_record_set_upstream() for STANDBY FOLLOW (Tomas)
Update `repmgr --help` output (per Github report from renard)
3.0.1 2015-04-16
Prevent repmgrd from looping infinitely if node was not registered (Ian)

View File

@@ -15,11 +15,11 @@
* STANDBY FOLLOW
* STANDBY PROMOTE
*
* WITNESS CREATE
*
* CLUSTER SHOW
* CLUSTER CLEANUP
*
* WITNESS CREATE
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@@ -2381,6 +2381,7 @@ help(const char *progname)
printf(_(" standby unregister - unregisters a standby in a cluster\n"));
printf(_(" standby promote - promotes a specific standby to master\n"));
printf(_(" standby follow - makes standby follow a new master\n"));
printf(_(" witness create - creates a new witness server\n"));
printf(_(" cluster show - displays information about cluster nodes\n"));
printf(_(" cluster cleanup - prunes or truncates monitoring history\n" \
" (monitoring history creation requires repmgrd\n" \