[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170809234635.13443-4-mcgrof@kernel.org>
Date: Wed, 9 Aug 2017 16:46:35 -0700
From: "Luis R. Rodriguez" <mcgrof@...nel.org>
To: akpm@...ux-foundation.org
Cc: mingo@...hat.com, peterz@...radead.org, keescook@...omium.org,
dmitry.torokhov@...il.com, jeyu@...hat.com, rusty@...tcorp.com.au,
mmarek@...e.com, pmladek@...e.com, mbenes@...e.cz,
jpoimboe@...hat.com, ebiederm@...ssion.com, shuah@...nel.org,
matt.redfearn@...tec.com, dan.carpenter@...cle.com,
colin.king@...onical.com, danielmentz@...gle.com,
dcb314@...mail.com, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
"Luis R. Rodriguez" <mcgrof@...nel.org>
Subject: [PATCH 3/3] test_kmod: fix description for -s -and -c parameters
The descriptions were reversed, correct this.
Reported-by: Daniel Mentz <danielmentz@...gle.com>
Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests")
Signed-off-by: Luis R. Rodriguez <mcgrof@...nel.org>
---
tools/testing/selftests/kmod/kmod.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh
index 8cecae9a8bca..7956ea3be667 100755
--- a/tools/testing/selftests/kmod/kmod.sh
+++ b/tools/testing/selftests/kmod/kmod.sh
@@ -473,8 +473,8 @@ usage()
echo " all Runs all tests (default)"
echo " -t Run test ID the number amount of times is recommended"
echo " -w Watch test ID run until it runs into an error"
- echo " -c Run test ID once"
- echo " -s Run test ID x test-count number of times"
+ echo " -s Run test ID once"
+ echo " -c Run test ID x test-count number of times"
echo " -l List all test ID list"
echo " -h|--help Help"
echo
--
2.14.0
Powered by blists - more mailing lists