Skip to content

Commit 115d94c

Browse files
committed
Fix test_path parameter description
1 parent 9e080f5 commit 115d94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/utplsql/cli/RunCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class RunCommand {
5353
@Parameter(names = {"-source_path"}, description = "path to project source files")
5454
private String sourcePath;
5555

56-
@Parameter(names = {"-test_path"}, description = "path to project source files")
56+
@Parameter(names = {"-test_path"}, description = "path to project test files")
5757
private String testPath;
5858

5959
public ConnectionInfo getConnectionInfo() {

0 commit comments

Comments
 (0)