mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Improve "repmgr primary unregister" documentation and --help output
Per observations in GitHub #373
This commit is contained in:
@@ -548,7 +548,8 @@ do_primary_help(void)
|
||||
printf(_(" \"primary unregister\" unregisters an inactive primary node.\n"));
|
||||
puts("");
|
||||
printf(_(" --dry-run check what would happen, but don't actually unregister the primary\n"));
|
||||
printf(_(" -F, --force force removal of the record\n"));
|
||||
printf(_(" --node-id ID of the inactive primary node to unregister.\n"));
|
||||
printf(_(" -F, --force force removal of an active record\n"));
|
||||
|
||||
puts("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user