fixing grammar in setup.sh script
Change-Id: If81875b1c352ea4f02d9786c063fc0fabc0b5d0a
diff --git a/kubespray-installer/setup.sh b/kubespray-installer/setup.sh
index 08fce09..18c8be1 100755
--- a/kubespray-installer/setup.sh
+++ b/kubespray-installer/setup.sh
@@ -83,7 +83,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"