All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kunit: tool: fix --qemu_config help text
@ 2022-08-19  2:08 Tales Aparecida
  0 siblings, 0 replies; only message in thread
From: Tales Aparecida @ 2022-08-19  2:08 UTC (permalink / raw)
  To: Brendan Higgins, davidgow
  Cc: siqueirajordao, mwen, andrealmeid, mairacanal, Isabella Basso,
	magalilemes00, tales.aparecida, linux-kselftest, kunit-dev,
	linux-kernel

Remove duplicated wording from the help text for the kunit_tool
argument "qemu_config":
"Takes a path to a path to a file containing a QemuArchParams object."
         ~~~~~~~~~

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
---
 tools/testing/kunit/kunit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/kunit/kunit.py b/tools/testing/kunit/kunit.py
index e132b0654029..ae193c9820c5 100755
--- a/tools/testing/kunit/kunit.py
+++ b/tools/testing/kunit/kunit.py
@@ -322,7 +322,7 @@ def add_common_opts(parser) -> None:
 			    metavar='PREFIX')
 
 	parser.add_argument('--qemu_config',
-			    help=('Takes a path to a path to a file containing '
+			    help=('Takes a path to a file containing '
 				  'a QemuArchParams object.'),
 			    type=str, metavar='FILE')
 
-- 
2.37.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-19  2:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19  2:08 [PATCH] kunit: tool: fix --qemu_config help text Tales Aparecida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.