Better denote variable-length "endpoint" arg in !apikey's usage
This commit is contained in:
parent
6308ec86b7
commit
161272daf5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ class Module(ModuleManager.BaseModule):
|
|||
def api_key(self, event):
|
||||
"""
|
||||
:help: Generate a new API key
|
||||
:usage: <comment> [permitted endpoints ...]
|
||||
:usage: <comment> [endpoint [endpoint ...]]
|
||||
:permission: api-key
|
||||
:prefix: APIKey
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue