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

This commit is contained in:
Peter Hutterer 2025-12-17 13:55:50 +10:00
parent daa391224f
commit bf028228b5

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"