mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
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:
@@ -1083,3 +1083,12 @@ cube_set_node_status(t_node_status_cube **cube, int n, int execute_node_id, int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
do_cluster_help(void)
|
||||
{
|
||||
print_help_header();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user