fix cve.py helpstring
This commit is contained in:
parent
bb475d5cc8
commit
984274a9e1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue