1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-05 19:00:56 +01:00

Merge pull request #457 from andreas-schwab/master

Fix help for osc token
This commit is contained in:
Marco Strigl 2018-10-25 10:32:07 +02:00 committed by GitHub
commit 00a0c1ce5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ class Osc(cmdln.Cmdln):
@cmdln.option('-c', '--create', action='store_true',
help='Create a new token')
@cmdln.option('-d', '--delete', metavar='TOKENID',
help='Create a new token')
help='Delete a token')
@cmdln.option('-t', '--trigger', metavar='TOKENSTRING',
help='Trigger the action of a token')
def do_token(self, subcmd, opts, *args):