mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
typo fix
This commit is contained in:
parent
45e944efbf
commit
1a3c80423a
@ -413,7 +413,7 @@ class Osc(cmdln.Cmdln):
|
|||||||
@cmdln.option('--nodevelproject', action='store_true',
|
@cmdln.option('--nodevelproject', action='store_true',
|
||||||
help='do not follow a defined devel project ' \
|
help='do not follow a defined devel project ' \
|
||||||
'(primary project where a package is developed)')
|
'(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]')
|
help='only list requests in one of the comma separated given states [default=new]')
|
||||||
@cmdln.alias("sr")
|
@cmdln.alias("sr")
|
||||||
@cmdln.alias("submitrequest")
|
@cmdln.alias("submitrequest")
|
||||||
|
Loading…
Reference in New Issue
Block a user