diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index b78dc646a..4cacb01e4 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1105,7 +1105,7 @@ fn test_subcommand<'a, 'b>() -> App<'a, 'b> { Arg::with_name("filter") .long("filter") .takes_value(true) - .help("Run tests with this string in the test name"), + .help("Run tests with this string or pattern in the test name"), ) .arg( Arg::with_name("files") |