mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Add missing documentation for state options for "image set""
This commit is contained in:
commit
7c85f840f6
1 changed files with 8 additions and 2 deletions
|
|
@ -1206,7 +1206,10 @@ class SetImage(command.Command):
|
|||
const="accepted",
|
||||
dest="membership",
|
||||
default=None,
|
||||
help=_("Accept the image membership"),
|
||||
help=_(
|
||||
"Accept the image membership for either the project indicated "
|
||||
"by '--project', if provided, or the current user's project"
|
||||
),
|
||||
)
|
||||
membership_group.add_argument(
|
||||
"--reject",
|
||||
|
|
@ -1214,7 +1217,10 @@ class SetImage(command.Command):
|
|||
const="rejected",
|
||||
dest="membership",
|
||||
default=None,
|
||||
help=_("Reject the image membership"),
|
||||
help=_(
|
||||
"Reject the image membership for either the project indicated "
|
||||
"by '--project', if provided, or the current user's project"
|
||||
),
|
||||
)
|
||||
membership_group.add_argument(
|
||||
"--pending",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue