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 | fd63a1566eed843659da9151fad0b832220cd6ba (patch) | |
tree | cbeeb499a9939e6aacc5c9ada585fee1cc9face5 | |
parent | 18ab46f8dec964b4eedf21c8b996b505a908e62a (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>
-rwxr-xr-x | ete-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |