mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
Fixed typo in authentication
This commit is contained in:
parent
daf5da2f18
commit
e9793df634
@ -592,9 +592,9 @@ class Osc(cmdln.Cmdln):
|
|||||||
@cmdln.option('-t', '--trigger', metavar='TOKENID',
|
@cmdln.option('-t', '--trigger', metavar='TOKENID',
|
||||||
help='Trigger the action of a token')
|
help='Trigger the action of a token')
|
||||||
def do_token(self, subcmd, opts, *args):
|
def do_token(self, subcmd, opts, *args):
|
||||||
"""${cmd_name}: Show and manage authentification token
|
"""${cmd_name}: Show and manage authentication token
|
||||||
|
|
||||||
Authentification token can be used to run specific commands without
|
Authentication token can be used to run specific commands without
|
||||||
sending credentials.
|
sending credentials.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
Loading…
Reference in New Issue
Block a user