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

This commit is contained in:
Ian Barwick
2019-08-28 15:14:35 +09:00
parent 931da14df1
commit 677a94513e

View File

@@ -1916,6 +1916,7 @@ check_cli_parameters(const int action)
case NODE_SERVICE:
case SERVICE_PAUSE:
case SERVICE_UNPAUSE:
case SERVICE_STATUS:
case DAEMON_START:
case DAEMON_STOP:
break;