repmgr: minor fix to "repmgr standby --help" output

This commit is contained in:
Ian Barwick
2017-11-13 17:13:22 +09:00
parent e6644305d3
commit c907b7b33d

View File

@@ -5322,8 +5322,8 @@ do_standby_help(void)
puts("");
printf(_(" \"standby unregister\" unregisters an inactive standby node.\n"));
puts("");
printf(_(" --node-id ID node to unregister (optional, used when the node to unregister\n" \
" is offline)\n"));
printf(_(" --node-id ID of node to unregister (optional, used when the node to\n" \
" unregister is offline)\n"));
puts("");
printf(_("STANDBY PROMOTE\n"));