Make error message more consistent

This commit is contained in:
Paul Ouellette
2019-05-26 23:49:38 -04:00
parent d3cc9f24a5
commit 7981df63da

View File

@@ -255,7 +255,7 @@ local add_help_command = {"add_help_command", function(self, value)
end
end
end
help:error(("invalid command: %s"):format(cmd))
help:error(("unknown command '%s'"):format(cmd))
end)
if value ~= true then