Skip to content

Commit 7c85f84

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Add missing documentation for state options for "image set""
2 parents 43f04c8 + e53f706 commit 7c85f84

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

openstackclient/image/v2/image.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)