diff --git a/modules/cve.py b/modules/cve.py index 63b478d7..f4804368 100644 --- a/modules/cve.py +++ b/modules/cve.py @@ -11,8 +11,8 @@ class Module(ModuleManager.BaseModule): @utils.hook("received.command.cve", min_args=1) def cve(self, event): """ - :help: Get the definition of a provided term from Urban Dictionary - :usage: + :help: Get information for a CVE number + :usage: """ page = utils.http.request(URL_CVE % event["args"].upper(), json=True)