mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
Merge "trivial: Fix typo"
This commit is contained in:
commit
0e5802c945
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ def _add_visibility_args(parser):
|
|||
action="store_const",
|
||||
const="public",
|
||||
dest="visibility",
|
||||
help=_("Image is accessible and visisble to all users"),
|
||||
help=_("Image is accessible and visible to all users"),
|
||||
)
|
||||
public_group.add_argument(
|
||||
"--private",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue