diff --git a/osc/commandline.py b/osc/commandline.py index 41ea46c6..c42b02ed 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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")