fix: no formatting on usage

This commit is contained in:
2025-05-13 00:38:05 -03:00
parent 55abc526bf
commit 8c46690f52
+1 -1
View File
@@ -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