Closes gh-4120
This commit is contained in:
d10xa
2015-10-08 13:25:43 +03:00
committed by Stephane Nicoll
parent 02ef68163a
commit d5e3e991fa

View File

@@ -96,7 +96,7 @@ public class JarCommand extends OptionParsingCommand {
"Pattern applied to directories on the classpath to find files to include in the resulting jar")
.withRequiredArg().withValuesSeparatedBy(",").defaultsTo("");
this.excludeOption = option("exclude",
"Pattern applied to directories on the claspath to find files to exclude from the resulting jar")
"Pattern applied to directories on the classpath to find files to exclude from the resulting jar")
.withRequiredArg().withValuesSeparatedBy(",").defaultsTo("");
}