Merge "fixing grammar in setup.sh script"
diff --git a/kubespray-installer/setup.sh b/kubespray-installer/setup.sh
index 72ed808..be55105 100755
--- a/kubespray-installer/setup.sh
+++ b/kubespray-installer/setup.sh
@@ -102,7 +102,7 @@
   echo "   -s, --source            Source the Kubectl config for <podname>"
   echo " "
   echo "   podname                 An arbitrary name representing the pod"
-  echo "   ip                      The IP address of a remote node(s)"
+  echo "   ip                      The IP address of the remote node(s)"
   echo " "
   echo "Example usages:"
   echo "   ./setup.sh -i podname 192.168.10.100 192.168.10.101 192.168.10.102"