diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index 791440f..99be5bf 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -367,7 +367,8 @@ registerConsoleCommand("turtles", turtlesCommand, "Lists all the linked turtles" function helpCommand() log.info("----- commands -----") for _, cmd in pairs(consoleCommands) do - log.info("%s - %s", cmd.name, cmd.desc) + log.info("* %s", cmd.name) + log.info("\t%s", cmd.desc) end end registerConsoleCommand("help", helpCommand, "Prints out all the console commands")