Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e080f5 commit 115d94cCopy full SHA for 115d94c
1 file changed
src/main/java/io/github/utplsql/cli/RunCommand.java
@@ -53,7 +53,7 @@ public class RunCommand {
53
@Parameter(names = {"-source_path"}, description = "path to project source files")
54
private String sourcePath;
55
56
- @Parameter(names = {"-test_path"}, description = "path to project source files")
+ @Parameter(names = {"-test_path"}, description = "path to project test files")
57
private String testPath;
58
59
public ConnectionInfo getConnectionInfo() {
0 commit comments