diff options
-rw-r--r-- | ete-k8s2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ete-k8s2.sh b/ete-k8s2.sh index 2a9bc7c6..407e648b 100644 --- a/ete-k8s2.sh +++ b/ete-k8s2.sh @@ -34,7 +34,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 | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL | | portal ]" + echo "Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate | instantiateVFWCL | instantiateDemoVFWCL | portal ]" exit fi |