mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix typo in repmgr help output
This commit is contained in:
@@ -534,7 +534,7 @@ do_primary_help(void)
|
|||||||
printf(_(" \"primary register\" initialises the repmgr cluster and registers the primary node.\n"));
|
printf(_(" \"primary register\" initialises the repmgr cluster and registers the primary node.\n"));
|
||||||
puts("");
|
puts("");
|
||||||
printf(_(" --dry-run check that the prerequisites are met for registering the primary\n" \
|
printf(_(" --dry-run check that the prerequisites are met for registering the primary\n" \
|
||||||
" (including availablity of the repmgr extension)\n"));
|
" (including availability of the repmgr extension)\n"));
|
||||||
printf(_(" -F, --force overwrite an existing node record\n"));
|
printf(_(" -F, --force overwrite an existing node record\n"));
|
||||||
puts("");
|
puts("");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user