We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e957d commit ea0b32cCopy full SHA for ea0b32c
tool/src/main/kotlin/org/spongepowered/configurate/tool/Tool.kt
@@ -95,10 +95,10 @@ class Tool :
95
CliktCommand(
96
help =
97
"""
98
- This tool displays the Configurate data structures read from a config file
+ This tool displays the Configurate data structures read from a config file
99
100
- This helps to understand the internal structure of Configurate's nodes
101
- """
+ This helps to understand the internal structure of Configurate's nodes
+ """
102
.trimIndent()
103
) {
104
init {
0 commit comments