mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Finalize "repmgr node --help" output
This commit is contained in:
@@ -1531,10 +1531,11 @@ parse_server_action(const char *action_name)
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Intended mainly for "internal" use by `node switchover`, which
|
* Intended mainly for "internal" use by "standby switchover", which
|
||||||
* calls this on the target server to excute pg_rewind on a demoted
|
* calls this on the target server to excute pg_rewind on a demoted
|
||||||
* primary with a forked (sic) timeline. Does not currently check
|
* primary with a forked (sic) timeline. This function does not
|
||||||
* whether this is a useful thing to do.
|
* currently check whether this is a useful thing to do (however
|
||||||
|
* "standby switchover" will perform a check before calling it).
|
||||||
*
|
*
|
||||||
* TODO: make this into a more generally useful function.
|
* TODO: make this into a more generally useful function.
|
||||||
*/
|
*/
|
||||||
@@ -2102,14 +2103,4 @@ do_node_help(void)
|
|||||||
|
|
||||||
puts("");
|
puts("");
|
||||||
|
|
||||||
printf(_("NODE REJOIN\n"));
|
|
||||||
puts("");
|
|
||||||
printf(_(" \"node rejoin\" .\n"));
|
|
||||||
puts("");
|
|
||||||
|
|
||||||
printf(_("NODE SERVICE\n"));
|
|
||||||
puts("");
|
|
||||||
printf(_(" \"node service\" .\n"));
|
|
||||||
puts("");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user