Changed the usage prompt copy n paste error. 35/42635/1
authorHelen Chen <helen.chen@huawei.com>
Fri, 13 Apr 2018 01:57:14 +0000 (18:57 -0700)
committerHelen Chen <helen.chen@huawei.com>
Fri, 13 Apr 2018 02:00:04 +0000 (19:00 -0700)
Change-Id: I3544eb6cd409e0c56c9c2ce1c7d68d6c67b529cc
Issue-ID: OOM-916
Signed-off-by: Helen Chen <helen.chen@huawei.com>
kubernetes/robot/ete-k8s.sh

index 9810ac2..71e2027 100755 (executable)
@@ -6,7 +6,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.sh [namespace] [ health | ete | closedloop | instantiate | distribute ]"
+   echo "Usage: ete-k8s.sh [namespace] [ health | ete | closedloop | instantiate | distribute ]"
    exit
 fi