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:
Christian Berendt 2015-01-20 10:04:48 +01:00
parent aebbcff100
commit b64dba8fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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 '