aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/ledger/ConfigCommand.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/moe/nea/ledger/ConfigCommand.kt')
-rw-r--r--src/main/kotlin/moe/nea/ledger/ConfigCommand.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/ledger/ConfigCommand.kt b/src/main/kotlin/moe/nea/ledger/ConfigCommand.kt
index 5222e3b..5b964c8 100644
--- a/src/main/kotlin/moe/nea/ledger/ConfigCommand.kt
+++ b/src/main/kotlin/moe/nea/ledger/ConfigCommand.kt
@@ -10,7 +10,7 @@ class ConfigCommand : CommandBase() {
}
override fun getCommandName(): String {
- return "ledger"
+ return "ledgerconfig"
}
override fun getCommandUsage(sender: ICommandSender?): String {