Skip to content

Commit

Permalink
Remove "halo" from help text #125 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshiryaeva authored and jreznot committed Aug 8, 2018
1 parent a69e556 commit d96acdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import java.io.PrintWriter
import java.nio.file.Files
import java.util.stream.Collectors

@Parameters(commandDescription = "Generates Halo theme extension")
@Parameters(commandDescription = "Generates theme extension")
class ThemeExtensionCommand : GeneratorCommand<ThemeExtensionModel>() {
private val messages by localMessages()

Expand Down

0 comments on commit d96acdb

Please sign in to comment.