fix: no formatting on usage
This commit is contained in:
@@ -371,7 +371,7 @@ function helpCommand(args)
|
||||
log.info("* %s", cmd.name)
|
||||
log.info("* > %s", cmd.desc)
|
||||
if cmd.usage then
|
||||
log.info("Usage: %s", cmd.usage)
|
||||
log.info("* > Usage: %s", cmd.usage)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user