Skip to content

Commit d96acdb

Browse files
oshiryaevajreznot
authored andcommitted
Remove "halo" from help text #125 (#126)
1 parent a69e556 commit d96acdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/haulmont/cuba/cli/cubaplugin/theme/ThemeExtensionCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import java.io.PrintWriter
3434
import java.nio.file.Files
3535
import java.util.stream.Collectors
3636

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

0 commit comments

Comments
 (0)