TrivialFix: typos in cli.py
Change-Id: I324b621e4d12766ea56120953ce3e83c6d987b51
This commit is contained in:
parent
c1680821a8
commit
3cd1db9e9d
@ -32,7 +32,7 @@ class ApiReplayCli(object):
|
|||||||
def _setup_argparse(self):
|
def _setup_argparse(self):
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
# Arguements required to connect to source
|
# Arguments required to connect to source
|
||||||
# neutron which we will fetch all of the data from.
|
# neutron which we will fetch all of the data from.
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--source-os-username",
|
"--source-os-username",
|
||||||
@ -53,7 +53,7 @@ class ApiReplayCli(object):
|
|||||||
required=True,
|
required=True,
|
||||||
help="They keystone api endpoint for this user.")
|
help="They keystone api endpoint for this user.")
|
||||||
|
|
||||||
# Arguements required to connect to the dest neutron which
|
# Arguments required to connect to the dest neutron which
|
||||||
# we will recreate all of these resources over.
|
# we will recreate all of these resources over.
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--dest-os-username",
|
"--dest-os-username",
|
||||||
|
Loading…
Reference in New Issue
Block a user