mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix help witness
Fix the `repmgr witness --help` command where at the "Unregister" section the message shown was ``` "witness register" unregisters a witness node. ``` instead of ``` "witness unregister" unregisters a witness node. ``` GitHub #676.
This commit is contained in:
committed by
Ian Barwick
parent
8543c0bcf6
commit
c8b2d23361
@@ -560,7 +560,7 @@ void do_witness_help(void)
|
||||
|
||||
printf(_("WITNESS UNREGISTER\n"));
|
||||
puts("");
|
||||
printf(_(" \"witness register\" unregisters a witness node.\n"));
|
||||
printf(_(" \"witness unregister\" unregisters a witness node.\n"));
|
||||
puts("");
|
||||
printf(_(" --dry-run check prerequisites but don't make any changes\n"));
|
||||
printf(_(" -F, --force unregister when witness node not running\n"));
|
||||
|
||||
Reference in New Issue
Block a user