diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/cve.py | 4 |
1 files changed, 2 insertions, 2 deletions
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: <term> + :help: Get information for a CVE number + :usage: <CVE> """ page = utils.http.request(URL_CVE % event["args"].upper(), json=True) |
