From b3ecb19bd91dff46802f97b2db4131822c89e20c Mon Sep 17 00:00:00 2001 From: Noorul Islam K M Date: Sun, 4 Aug 2013 06:02:06 +0530 Subject: [PATCH] Fix typo. Change-Id: Iddae927e92db7cee4ca2585303a450ed21ebd3e2 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index f578069a1a..44898b8cc8 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -37,7 +37,7 @@ function usage { echo " --docs Just build the documentation" echo " --backup-environment Make a backup of the environment on exit" echo " --restore-environment Restore the environment before running" - echo " --destroy-environment DEstroy the environment and exit" + echo " --destroy-environment Destroy the environment and exit" echo " -h, --help Print this usage message" echo "" echo "Note: with no options specified, the script will try to run the tests in"