From bf028228b5cb194b0b7aaf728330f1f54a1dc3d5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 17 Dec 2025 13:55:50 +1000 Subject: [PATCH] test: fix --help output for --filter-deviceless --- test/litest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/litest.c b/test/litest.c index c251d32a..25de3af1 100644 --- a/test/litest.c +++ b/test/litest.c @@ -5185,8 +5185,8 @@ litest_parse_argv(int argc, char **argv, int *njobs_out) " Glob to filter on test groups\n" " --filter-rangeval=N \n" " Only run tests with the given range value\n" - " --filter-deviceless=.... \n" - " Glob to filter on tests that do not create test devices\n" + " --filter-deviceless \n" + " Only run tests that do not create test devices\n" " --filter-parameter=param1:glob,param2:glob,... \n" " Glob(s) to filter on the given parameters in their string " "representation.\n"