mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #54914 from richardsimko/dev/improve-cloud-docs
Corrected grammar in cloud docs
This commit is contained in:
commit
532b2c3ce0
3 changed files with 9 additions and 9 deletions
|
@ -205,21 +205,21 @@ the provider\(aqs associated profiles, such as \fBdigitalocean\fP, or pass in
|
|||
.TP
|
||||
.B \-\-list\-locations=LIST_LOCATIONS
|
||||
Display a list of locations available in configured cloud providers. Pass
|
||||
the cloud provider that available locations are desired on, aka "linode",
|
||||
the cloud provider that available locations are desired on, such as "linode",
|
||||
or pass "all" to list locations for all configured cloud providers
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-list\-images=LIST_IMAGES
|
||||
Display a list of images available in configured cloud providers. Pass the
|
||||
cloud provider that available images are desired on, aka "linode", or pass
|
||||
cloud provider that available images are desired on, such as "linode", or pass
|
||||
"all" to list images for all configured cloud providers
|
||||
.UNINDENT
|
||||
.INDENT 0.0
|
||||
.TP
|
||||
.B \-\-list\-sizes=LIST_SIZES
|
||||
Display a list of sizes available in configured cloud providers. Pass the
|
||||
cloud provider that available sizes are desired on, aka "AWS", or pass
|
||||
cloud provider that available sizes are desired on, such as "AWS", or pass
|
||||
"all" to list sizes for all configured cloud providers
|
||||
.UNINDENT
|
||||
.SS Cloud Credentials
|
||||
|
|
|
@ -146,19 +146,19 @@ Cloud Providers Listings
|
|||
.. option:: --list-locations=LIST_LOCATIONS
|
||||
|
||||
Display a list of locations available in configured cloud providers. Pass
|
||||
the cloud provider that available locations are desired on, aka "linode",
|
||||
the cloud provider that available locations are desired on, such as "linode",
|
||||
or pass "all" to list locations for all configured cloud providers
|
||||
|
||||
.. option:: --list-images=LIST_IMAGES
|
||||
|
||||
Display a list of images available in configured cloud providers. Pass the
|
||||
cloud provider that available images are desired on, aka "linode", or pass
|
||||
cloud provider that available images are desired on, such as "linode", or pass
|
||||
"all" to list images for all configured cloud providers
|
||||
|
||||
.. option:: --list-sizes=LIST_SIZES
|
||||
|
||||
Display a list of sizes available in configured cloud providers. Pass the
|
||||
cloud provider that available sizes are desired on, aka "AWS", or pass
|
||||
cloud provider that available sizes are desired on, such as "AWS", or pass
|
||||
"all" to list sizes for all configured cloud providers
|
||||
|
||||
Cloud Credentials
|
||||
|
|
|
@ -1664,7 +1664,7 @@ class CloudProvidersListsMixIn(six.with_metaclass(MixInMeta, object)):
|
|||
default=None,
|
||||
help=('Display a list of locations available in configured cloud '
|
||||
'providers. Pass the cloud provider that available '
|
||||
'locations are desired on, aka "linode", or pass "all" to '
|
||||
'locations are desired on, such as "linode", or pass "all" to '
|
||||
'list locations for all configured cloud providers.')
|
||||
)
|
||||
group.add_option(
|
||||
|
@ -1672,7 +1672,7 @@ class CloudProvidersListsMixIn(six.with_metaclass(MixInMeta, object)):
|
|||
default=None,
|
||||
help=('Display a list of images available in configured cloud '
|
||||
'providers. Pass the cloud provider that available images '
|
||||
'are desired on, aka "linode", or pass "all" to list images '
|
||||
'are desired on, such as "linode", or pass "all" to list images '
|
||||
'for all configured cloud providers.')
|
||||
)
|
||||
group.add_option(
|
||||
|
@ -1680,7 +1680,7 @@ class CloudProvidersListsMixIn(six.with_metaclass(MixInMeta, object)):
|
|||
default=None,
|
||||
help=('Display a list of sizes available in configured cloud '
|
||||
'providers. Pass the cloud provider that available sizes '
|
||||
'are desired on, aka "AWS", or pass "all" to list sizes '
|
||||
'are desired on, such as "AWS", or pass "all" to list sizes '
|
||||
'for all configured cloud providers.')
|
||||
)
|
||||
self.add_option_group(group)
|
||||
|
|
Loading…
Add table
Reference in a new issue