aboutsummaryrefslogtreecommitdiff
path: root/modules/cve.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-25 21:44:50 +0100
committerGravatar jesopo2019-05-25 21:44:50 +0100
commit984274a9e140ce8b57700d08847b26baca466e33 (patch)
tree10acc00066f0f1f08a4fcfcbd05277dd513e6c33 /modules/cve.py
parentImplement ordering modules by `depends-on` hashflag (diff)
signature
fix cve.py helpstring
Diffstat (limited to 'modules/cve.py')
-rw-r--r--modules/cve.py4
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)