mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Fix typo
Closes gh-4120
This commit is contained in:
+1
-1
@@ -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("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user