Add placeholder functions for "repmgr $command --help"

There are now too many options to sensibly fit into general --help
output; we'll add separate output for each repmgr command, e.g.
"repmgr node --help".
This commit is contained in:
Ian Barwick
2017-08-16 13:24:14 +09:00
parent 00f983dc15
commit 4efc8fb9ce
12 changed files with 131 additions and 33 deletions

View File

@@ -4065,3 +4065,12 @@ parse_node_check_replication_lag(const char *node_check_output, int *seconds, in
return status;
}
void
do_standby_help(void)
{
print_help_header();
}