diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-04-12 18:57:14 -0700 |
---|---|---|
committer | Helen Chen <helen.chen@huawei.com> | 2018-04-12 19:00:04 -0700 |
commit | 2d722902899b143513fe50045fda45cbaa2beafb (patch) | |
tree | 907f784259a6f344a36114216daf1afaa8db76a5 /kubernetes/robot | |
parent | 8a07775e196d6837f8963da6a5d6d5e1077189d5 (diff) |
Changed the usage prompt copy n paste error.
Change-Id: I3544eb6cd409e0c56c9c2ce1c7d68d6c67b529cc
Issue-ID: OOM-916
Signed-off-by: Helen Chen <helen.chen@huawei.com>
Diffstat (limited to 'kubernetes/robot')
-rwxr-xr-x | kubernetes/robot/ete-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/ete-k8s.sh b/kubernetes/robot/ete-k8s.sh index 9810ac236e..71e2027e4a 100755 --- a/kubernetes/robot/ete-k8s.sh +++ b/kubernetes/robot/ete-k8s.sh @@ -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 |