summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelen Chen <helen.chen@huawei.com>2018-04-12 18:57:14 -0700
committerHelen Chen <helen.chen@huawei.com>2018-04-12 19:00:04 -0700
commitfd63a1566eed843659da9151fad0b832220cd6ba (patch)
treecbeeb499a9939e6aacc5c9ada585fee1cc9face5
parent18ab46f8dec964b4eedf21c8b996b505a908e62a (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-xete-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ete-k8s.sh b/ete-k8s.sh
index 9810ac2..71e2027 100755
--- a/ete-k8s.sh
+++ b/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