1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-14 09:36:21 +01:00
This commit is contained in:
Dirk Mueller 2008-08-04 13:33:40 +00:00
parent 45e944efbf
commit 1a3c80423a

View File

@ -413,7 +413,7 @@ class Osc(cmdln.Cmdln):
@cmdln.option('--nodevelproject', action='store_true',
help='do not follow a defined devel project ' \
'(primary project where a package is developed)')
@cmdln.option('-s', '--state', default='New',
@cmdln.option('-s', '--state', default='new',
help='only list requests in one of the comma separated given states [default=new]')
@cmdln.alias("sr")
@cmdln.alias("submitrequest")