Skip to content

Commit

Permalink
Update devtools/cli/src/main/java/io/quarkus/cli/Test.java
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Schnabel <[email protected]>
  • Loading branch information
mkouba and ebullient authored Aug 10, 2023
1 parent c1402e2 commit 3af28fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/cli/src/main/java/io/quarkus/cli/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Test extends BaseBuildCommand implements Callable<Integer> {

@CommandLine.Option(names = "--filter", description = { "Run a subset of the test suite that matches the given filter.",
"If continuous testing is enabled then the value is a regular expression that is matched against the test class name.",
"If continuous testing is disabled then the value is passed as is to the underlying build tool." })
"If continuous testing is disabled then the value is passed as-is to the underlying build tool." })
String filter;

@Parameters(description = "Parameters passed to the application.")
Expand Down

0 comments on commit 3af28fc

Please sign in to comment.