Fix "repmgr --help" output

Add missing references to "witness" and "daemon" actions.
This commit is contained in:
Ian Barwick
2019-01-08 10:10:43 +09:00
parent b5b9aacc8a
commit 1156f27979

View File

@@ -2011,7 +2011,7 @@ do_help(void)
puts("");
printf(_(" Execute \"%s {primary|standby|bdr|node|cluster} --help\" to see command-specific options\n"), progname());
printf(_(" Execute \"%s {primary|standby|bdr|node|cluster|witness|daemon} --help\" to see command-specific options\n"), progname());
puts("");
@@ -2060,8 +2060,6 @@ do_help(void)
printf(_(" -t, --terse don't display detail, hints and other non-critical output\n"));
printf(_(" -v, --verbose display additional log output (useful for debugging)\n"));
puts("");
}