grammar police caught me (#285)

Former-commit-id: 83a94b573aea686ba8cc8c6620e1495c46cd425b
This commit is contained in:
Jeremy Long
2015-07-23 05:16:39 -04:00
parent d4eba634ea
commit a547a219a4
6 changed files with 2 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ public final class CliParser {
try {
int i = Integer.parseInt(line.getOptionValue(ARGUMENT.SYM_LINK_DEPTH));
if (i < 0) {
throw new ParseException("Symbolic Link Depth (symLink) must be greater then zero.");
throw new ParseException("Symbolic Link Depth (symLink) must be greater than zero.");
}
} catch (NumberFormatException ex) {
throw new ParseException("Symbolic Link Depth (symLink) is not a number.");

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
ae6196ee0e28a3fc1a015742b53da308ecbc1059