Add "repmgr daemon ..." options to main help output

This commit is contained in:
Ian Barwick
2018-09-27 19:07:59 +09:00
parent 2491b8ae52
commit b14fbbdc72

View File

@@ -2000,6 +2000,7 @@ do_help(void)
printf(_(" %s [OPTIONS] node {status|check|rejoin|service}\n"), progname());
printf(_(" %s [OPTIONS] cluster {show|event|matrix|crosscheck|cleanup}\n"), progname());
printf(_(" %s [OPTIONS] witness {register|unregister}\n"), progname());
printf(_(" %s [OPTIONS] daemon {status|pause|unpause}\n"), progname());
puts("");