File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1206,15 +1206,21 @@ def get_parser(self, prog_name):
12061206 const = "accepted" ,
12071207 dest = "membership" ,
12081208 default = None ,
1209- help = _ ("Accept the image membership" ),
1209+ help = _ (
1210+ "Accept the image membership for either the project indicated "
1211+ "by '--project', if provided, or the current user's project"
1212+ ),
12101213 )
12111214 membership_group .add_argument (
12121215 "--reject" ,
12131216 action = "store_const" ,
12141217 const = "rejected" ,
12151218 dest = "membership" ,
12161219 default = None ,
1217- help = _ ("Reject the image membership" ),
1220+ help = _ (
1221+ "Reject the image membership for either the project indicated "
1222+ "by '--project', if provided, or the current user's project"
1223+ ),
12181224 )
12191225 membership_group .add_argument (
12201226 "--pending" ,
You can’t perform that action at this time.
0 commit comments