From eef243f6be92b39194ddcd2da98425cede05a61d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Sep 2012 13:49:21 +0200 Subject: [PATCH] Update help text --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index a3723c5c..b28e2085 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -1748,7 +1748,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('-f', '--force', action='store_true', help='enforce state change, can be used to ignore open reviews') @cmdln.option('-s', '--state', default='', # default is 'all' if no args given, 'declined,new,review' otherwise - help='only list requests in one of the comma separated given states (new/review/accepted/revoked/declined) or "all" [default="new,review", or "all", if no args given]') + help='only list requests in one of the comma separated given states (new/review/accepted/revoked/declined) or "all" [default="declined,new,review", or "all", if no args given]') @cmdln.option('-D', '--days', metavar='DAYS', help='only list requests in state "new" or changed in the last DAYS. [default=%(request_list_days)s]') @cmdln.option('-U', '--user', metavar='USER',