Add witness options to the main help

GitHub #392
This commit is contained in:
Emre Hasegeli
2018-03-06 02:55:06 +01:00
committed by Ian Barwick
parent d6b13f3428
commit dea87b7285

View File

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