From daf4839bbe0166fe2ea972dc0447bd1980192cb6 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Wed, 18 Jan 2017 19:41:42 +0100 Subject: [trivial] Fix spelling Change-Id: I4cf8369a78d50efcd164259c1d92bfb56a8b3210 --- saharaclient/osc/v1/data_sources.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'saharaclient/osc/v1/data_sources.py') diff --git a/saharaclient/osc/v1/data_sources.py b/saharaclient/osc/v1/data_sources.py index 060f779..99846f3 100644 --- a/saharaclient/osc/v1/data_sources.py +++ b/saharaclient/osc/v1/data_sources.py @@ -50,18 +50,18 @@ class CreateDataSource(command.ShowOne): parser.add_argument( '--url', metavar="", - help="Url for the data source [REQUIRED]", + help="URL for the data source [REQUIRED]", required=True ) parser.add_argument( '--username', metavar="", - help="Username for accessing the data source url" + help="Username for accessing the data source URL" ) parser.add_argument( '--password', metavar="", - help="Password for accessing the data source url" + help="Password for accessing the data source URL" ) parser.add_argument( '--description', @@ -228,17 +228,17 @@ class UpdateDataSource(command.ShowOne): parser.add_argument( '--url', metavar="", - help="Url for the data source" + help="URL for the data source" ) parser.add_argument( '--username', metavar="", - help="Username for accessing the data source url" + help="Username for accessing the data source URL" ) parser.add_argument( '--password', metavar="", - help="Password for accessing the data source url" + help="Password for accessing the data source URL" ) parser.add_argument( '--description', -- cgit v1.2.1