From e8f76135e6969843ff35d105e88d46ae3182f189 Mon Sep 17 00:00:00 2001
From: Sascha Peilicke <saschpe@gmx.de>
Date: Fri, 17 Jan 2014 15:27:44 +0100
Subject: [PATCH] Don't document non-existing flag '--hide-elapsed'

Closes-Bug: 1277051
Change-Id: I4435645025dabcecf3dc1b7168ce17f10d6df534
---
 run_tests.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/run_tests.sh b/run_tests.sh
index cc171246c0..99c1220f14 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -18,7 +18,6 @@ function usage {
   echo "  -c, --coverage              Generate coverage report"
   echo "  -d, --debug                 Run tests with testtools instead of testr. This allows you to use the debugger."
   echo "  -h, --help                  Print this usage message"
-  echo "  --hide-elapsed              Don't print the elapsed time for each test along with slow test list"
   echo "  --virtual-env-path <path>   Location of the virtualenv directory"
   echo "                               Default: \$(pwd)"
   echo "  --virtual-env-name <name>   Name of the virtualenv directory"