mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
trivial: Fix typo
Change-Id: I936cc07af38bdd5d389cc5edafa93861f8fac3a6 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
a3730afe2e
commit
d0f81f5717
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