mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +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:
@@ -489,3 +489,13 @@ do_primary_unregister(void)
|
||||
PQfinish(primary_conn);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
void
|
||||
do_primary_help(void)
|
||||
{
|
||||
print_help_header();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user