Skip to content

Commit f648626

Browse files
committed
doc: improve doc
1 parent 9b13ae6 commit f648626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/pharmgkb/common/util/CliHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ private Option buildOption(String shortName, String longName, String description
153153
/**
154154
* Parses arguments.
155155
*
156-
* @return true if parse completed and processing should continue, false if there are missing arguments or help was
157-
* requested
156+
* @return true if parse completed and processing should continue, false if there are missing arguments or
157+
* help or version was requested
158158
*/
159159
public boolean parse(String[] args) {
160160

0 commit comments

Comments
 (0)