diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-02 13:48:21 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-11-02 13:52:35 -0700 |
commit | 57ceeeb11ff0479dba7b197b446aa266260ef5ce (patch) | |
tree | 760737dcbde46f2e92c745854f5d6833d98107d7 /ete-k8s.sh | |
parent | b2f0e71ea6b362e7d08a080a12f64e3a7e745cc9 (diff) |
Add/clean up options in demo and ete scripts
Change-Id: I17587e7313f562e325c99fca6761b21cbbc16d10
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'ete-k8s.sh')
-rwxr-xr-x | ete-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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 | ete | closedloop | instantiate | distribute | portal ]" + echo "Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL | | portal ]" exit fi |