Remove duplicate 'a' in the help string of --os-image-url
Instead of 'url contains a a version number' it should be 'url contains a version number'. Change-Id: I7caa350954a37e2af90c656ceb698d9ab772e463
This commit is contained in:
parent
aebbcff100
commit
b64dba8fa2
@ -249,7 +249,7 @@ class OpenStackImagesShell(object):
|
||||
parser.add_argument('--os-image-url',
|
||||
default=utils.env('OS_IMAGE_URL'),
|
||||
help=('Defaults to env[OS_IMAGE_URL]. '
|
||||
'If the provided image url contains a '
|
||||
'If the provided image url contains '
|
||||
'a version number and '
|
||||
'`--os-image-api-version` is omitted '
|
||||
'the version of the URL will be picked as '
|
||||
|
Loading…
x
Reference in New Issue
Block a user