repmgr: note that --dry-run is not effective with "repmgr daemon status"

This commit is contained in:
Ian Barwick
2019-08-28 15:16:15 +09:00
parent 9abf72af07
commit 867ebcb52d

View File

@@ -1908,6 +1908,7 @@ check_cli_parameters(const int action)
case NODE_SERVICE:
case DAEMON_PAUSE:
case DAEMON_UNPAUSE:
case DAEMON_STATUS:
case DAEMON_START:
case DAEMON_STOP:
break;