Add --help output for "repmgr node service"

Addresses GitHub #329.
This commit is contained in:
Ian Barwick
2017-10-20 16:44:44 +09:00
parent 6852ac82c6
commit a9759cf6ca
3 changed files with 28 additions and 35 deletions

View File

@@ -473,10 +473,6 @@ main(int argc, char **argv)
runtime_options.list_actions = true;
break;
case OPT_CHECK:
runtime_options.check = true;
break;
case OPT_CHECKPOINT:
runtime_options.checkpoint = true;
break;