Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test_path parameter description
  • Loading branch information
viniciusam committed Jun 19, 2017
commit 115d94c9b4d09d5977f36e27bbf93dbbd757451e
2 changes: 1 addition & 1 deletion src/main/java/io/github/utplsql/cli/RunCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class RunCommand {
@Parameter(names = {"-source_path"}, description = "path to project source files")
private String sourcePath;

@Parameter(names = {"-test_path"}, description = "path to project source files")
@Parameter(names = {"-test_path"}, description = "path to project test files")
private String testPath;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong description here

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix.


public ConnectionInfo getConnectionInfo() {
Expand Down