1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-26 09:56:13 +01:00

Fix help for osc token

This commit is contained in:
Andreas Schwab 2018-10-25 10:16:12 +02:00
parent f12c7747d0
commit 1fab61c875

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):