diff options
author | Chris Knight <cknight1234@gmail.com> | 2020-06-18 11:13:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-18 06:13:56 -0400 |
commit | 78a311aa5f6c56a750aaf3a7d3e8f911acf348d1 (patch) | |
tree | bdded653efd85da1a1be8e077d0717b686adecff /cli/flags.rs | |
parent | 2a5af8b36b233b6330997b2262a45a23034d719d (diff) |
docs: Update standard library and testing manual pages (#6323)
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 2a0fb8922..4226bb5c5 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -1077,7 +1077,7 @@ fn test_subcommand<'a, 'b>() -> App<'a, 'b> { Arg::with_name("filter") .long("filter") .takes_value(true) - .help("A pattern to filter the tests to run by"), + .help("Run tests with this string in the test name"), ) .arg( Arg::with_name("files") |