Fix typo in robot ete script 10/85710/1
authorMarco Platania <platania@research.att.com>
Thu, 18 Apr 2019 18:23:57 +0000 (14:23 -0400)
committerMarco Platania <platania@research.att.com>
Thu, 18 Apr 2019 18:23:57 +0000 (14:23 -0400)
Change-Id: I6b33c7f322453bdcd42fd2930086960753ed8a8a
Issue-ID: INT-853
Signed-off-by: Marco Platania <platania@research.att.com>
ete-k8s2.sh

index 2a9bc7c..407e648 100644 (file)
@@ -34,7 +34,7 @@
 # Note: Do not run multiple concurrent ete.sh as the --display is not parameterized and tests will collide
 #
 if [ "$1" == "" ] || [ "$2" == "" ]; then
-   echo "Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL |  | portal ]"
+   echo "Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL | portal ]"
    exit
 fi