Fixing typos in utils/parsers.py which end up in various documentation and man pages.

This commit is contained in:
Gareth J. Greenaway 2018-03-16 13:55:56 -07:00
parent fc60d48afc
commit 7df979eebd
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41

View File

@ -1402,7 +1402,7 @@ class ExecutionOptionsMixIn(six.with_metaclass(MixInMeta, object)):
group.add_option(
'-a', '--action',
default=None,
help='Perform an action that may be specific to this cloud '
help='Perform a action that may be specific to this cloud '
'provider. This argument requires one or more instance '
'names to be specified.'
)
@ -1411,7 +1411,7 @@ class ExecutionOptionsMixIn(six.with_metaclass(MixInMeta, object)):
nargs=2,
default=None,
metavar='<FUNC-NAME> <PROVIDER>',
help='Perform an function that may be specific to this cloud '
help='Perform a function that may be specific to this cloud '
'provider, that does not apply to an instance. This '
'argument requires a provider to be specified (i.e.: nova).'
)