From b64dba8fa21dcf515941c92c6343a9e39f872189 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 20 Jan 2015 10:04:48 +0100 Subject: [PATCH] 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 --- glanceclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glanceclient/shell.py b/glanceclient/shell.py index 4eb174eb..9f68c62f 100644 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -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 '