1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 05:08:42 +02:00

fix osc rq

This commit is contained in:
Ludwig Nussel
2010-08-13 09:42:47 +02:00
parent fb7911ea86
commit ef7a82fe97

View File

@@ -1567,7 +1567,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if opts.state == '':
opts.state = 'new'
if cmd == 'help':
if args[0] == 'help':
return self.do_help(['help', 'request'])
cmds = [ 'list', 'log', 'show', 'decline', 'reopen', 'clone', 'accept', 'approvenew', 'wipe', 'revoke', 'checkout', 'co' ]