diff options
Diffstat (limited to 'theme-compiler/src')
-rw-r--r-- | theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java index d2c64602ab..cb3f9abbe5 100644 --- a/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java +++ b/theme-compiler/src/com/vaadin/buildhelpers/CompileTheme.java @@ -33,7 +33,7 @@ public class CompileTheme { "the version to add to the compiled theme"); options.addOption("f", "theme-folder", true, "the folder containing the theme"); - options.addOption("s", "sprites", true, "use smartsprites"); + options.addOption("s", "sprites", false, "use smartsprites"); CommandLineParser parser = new PosixParser(); CommandLine params = parser.parse(options, args); if (!params.hasOption("theme") || !params.hasOption("theme-folder")) { |