style: help message formatting
This commit is contained in:
@@ -369,7 +369,7 @@ function helpCommand(args)
|
||||
log.info("----- commands -----")
|
||||
for _, cmd in pairs(consoleCommands) do
|
||||
log.info("* %s", cmd.name)
|
||||
log.info("\t\t%s", cmd.desc)
|
||||
log.info("* > %s", cmd.desc)
|
||||
if cmd.usage then
|
||||
log.info("Usage: %s", cmd.usage)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user