mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56: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:
@@ -13,6 +13,6 @@ extern void do_node_check(void);
|
||||
extern void do_node_rejoin(void);
|
||||
extern void do_node_service(void);
|
||||
|
||||
|
||||
extern void do_node_help(void);
|
||||
|
||||
#endif /* _REPMGR_ACTION_NODE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user