summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-06-10 07:31:55 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-06-11 07:10:23 -0700
commit9c45a795c496d66811db44dda7bb8b70427b4901 (patch)
treeb67f0b7b25185393a3476bac55f696688db332b9
parent01d23227b0fa2b17038dfb3710e700b553778e15 (diff)
downloadpython-barbicanclient-9c45a795c496d66811db44dda7bb8b70427b4901.tar.gz
Fixed typos in the example files
Change-Id: I89bf6269f6c88d839ffce08b81b0fe3afe2954b4
-rw-r--r--examples/create_order.py8
-rw-r--r--examples/create_secret.py8
-rw-r--r--examples/delete_order.py8
-rw-r--r--examples/delete_secret.py8
-rw-r--r--examples/get_order.py8
-rw-r--r--examples/get_secret.py8
-rw-r--r--examples/list_orders.py8
-rw-r--r--examples/list_secrets.py8
8 files changed, 32 insertions, 32 deletions
diff --git a/examples/create_order.py b/examples/create_order.py
index 6b2e44a..ee774f0 100644
--- a/examples/create_order.py
+++ b/examples/create_order.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/create_secret.py b/examples/create_secret.py
index a6d826c..9df9282 100644
--- a/examples/create_secret.py
+++ b/examples/create_secret.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/delete_order.py b/examples/delete_order.py
index 3813c8f..c2569f2 100644
--- a/examples/delete_order.py
+++ b/examples/delete_order.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/delete_secret.py b/examples/delete_secret.py
index 7aefee8..6582d90 100644
--- a/examples/delete_secret.py
+++ b/examples/delete_secret.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/get_order.py b/examples/get_order.py
index d7bb336..dea7281 100644
--- a/examples/get_order.py
+++ b/examples/get_order.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/get_secret.py b/examples/get_secret.py
index 264949f..65698b5 100644
--- a/examples/get_secret.py
+++ b/examples/get_secret.py
@@ -21,20 +21,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/list_orders.py b/examples/list_orders.py
index 87e5fe8..f1531f8 100644
--- a/examples/list_orders.py
+++ b/examples/list_orders.py
@@ -25,20 +25,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',
diff --git a/examples/list_secrets.py b/examples/list_secrets.py
index c9b679b..a43e3f3 100644
--- a/examples/list_secrets.py
+++ b/examples/list_secrets.py
@@ -25,20 +25,20 @@ def parse_args():
)
parser.add_argument(
'--username',
- help='The keystone username used for for authentication'
+ help='The keystone username used for authentication'
)
parser.add_argument(
'--password',
- help='The keystone password used for for authentication'
+ help='The keystone password used for authentication'
)
parser.add_argument(
'--tenant',
- help='The keystone tenant used for for authentication'
+ help='The keystone tenant used for authentication'
)
parser.add_argument(
'--keystone',
default=IDENTITY,
- help='The keystone endpoint used for for authentication'
+ help='The keystone endpoint used for authentication'
)
parser.add_argument(
'--endpoint',