From 36a9e17bd3a82c21fc1d69c89755326356952957 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 12 Mar 2015 20:09:03 +0530 Subject: [PATCH] More feedback is good --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7227296a..3e11547f 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,8 @@ available configuration settings annotated. The master node must be registered first using `repmgr master register`, and standby servers must be registered using `repmgr standby register`; -this inserts details about each node into the control database. +this inserts details about each node into the control database. Use +`repmgr cluster show` to see the result. See the "QUICKSTART.md" file for examples of how to use these commands.