test: fix --help output for --filter-deviceless

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1384>
This commit is contained in:
Peter Hutterer 2025-12-17 13:55:50 +10:00 committed by Marge Bot
parent 6c2b9dcbde
commit b48ce4c5be

View file

@ -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"