Fix syntax error in docs

There are several syntax errors in docs.
The patch will add missing punctuation, remove extra whitespace, and
change the "heat-api-engine" to "heat-engine" in heat-engine.rst.

Change-Id: I67dcad5e0e0a1f71a67ab8fc4311d96db4820c29
This commit is contained in:
huangtianhua 2014-01-18 10:51:09 +08:00
parent bca680bc91
commit f87114a527
6 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ SYNOPSIS
DESCRIPTION
===========
heat-api-cloudwatch is a CloudWatch alike API service to the heat project
heat-api-cloudwatch is a CloudWatch-like API service to the heat project.
OPTIONS
=======

View File

@ -15,7 +15,7 @@ heat-api provides an external REST API to the heat project.
INVENTORY
=========
heat-api is a service that exposes an external REST based api to the
heat-engine service. The communication between the heat-api
heat-engine service. The communication between the heat-api and
heat-engine uses message queue based RPC.
OPTIONS

View File

@ -39,7 +39,7 @@ OPTIONS
.. cmdoption:: -p, --password
Specify the password for the 'heat' MySQL user that will use to connect to the 'heat' MySQL database. By default, the password 'heat' will be used.
Specify the password for the 'heat' MySQL user that the script will use to connect to the 'heat' MySQL database. By default, the password 'heat' will be used.
.. cmdoption:: -r, --rootpw

View File

@ -2,7 +2,7 @@
heat-engine
===========
.. program:: heat-api-engine
.. program:: heat-engine
SYNOPSIS
========