Merge pull request #4120 from d10xa/fix-typo

* pr/4120:
  Fix typo
This commit is contained in:
Stephane Nicoll 2015-10-09 17:02:29 +02:00
commit c8e2b27e09
1 changed files with 1 additions and 1 deletions

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("");
}