Skip to content

Commit 90541f0

Browse files
authored
fix(forge): improve test --debug doc (#8918)
improve doc
1 parent 09c8e75 commit 90541f0

File tree

1 file changed

+2
-2
lines changed
  • crates/forge/bin/cmd/test

1 file changed

+2
-2
lines changed

crates/forge/bin/cmd/test/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ pub struct TestArgs {
6969

7070
/// Run a test in the debugger.
7171
///
72-
/// The argument passed to this flag is the name of the test function you want to run, and it
73-
/// works the same as --match-test.
72+
/// The argument passed to this flag is the **regex** of the test function signature you want
73+
/// to run, and it works the same as --match-test.
7474
///
7575
/// If more than one test matches your specified criteria, you must add additional filters
7676
/// until only one test is found (see --match-contract and --match-path).

0 commit comments

Comments
 (0)