From 28368ecd4a23d84d340f3ada50c76fecacbdafa3 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Thu, 24 Aug 2017 12:14:25 +0200 Subject: [PATCH] Document possible action types for "osc rq --type " The "group" action type is omitted on purpose, because it is not/was never supported. --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index a7729ce5..bffbbb87 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2013,7 +2013,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('-m', '--message', metavar='TEXT', help='specify message TEXT') @cmdln.option('-t', '--type', metavar='TYPE', - help='limit to requests which contain a given action type (submit/delete/change_devel)') + help='limit to requests which contain a given action type (submit/delete/change_devel/add_role/set_bugowner/maintenance_incident/maintenance_release)') @cmdln.option('-a', '--all', action='store_true', help='all states. Same as\'-s all\'') @cmdln.option('-f', '--force', action='store_true',