Skip to content

Commit

Permalink
run-e2e.sh: Fix help output
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Nov 8, 2018
1 parent fdfe027 commit ae121aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ case "$1" in
exit
;;
--help | -h )
echo " --cluster-loader Run Cluster Loader Test"
echo " --network-performance Run Network Performance Test"
echo " --kube-dns Run Kube-DNS test"
echo " --core-dns Run Core-DNS test"
echo " cluster-loader Run Cluster Loader Test"
echo " cluster-loader2 Run Cluster Loader 2 Test"
echo " network-performance Run Network Performance Test"
echo " kube-dns Run Kube-DNS test"
echo " core-dns Run Core-DNS test"
exit
;;
esac

0 comments on commit ae121aa

Please sign in to comment.