Minor documentation fixes.

Fixed double-dash literals. Fixed broken :doc: links. Minor case fixes. Minor wording fixes.
This commit is contained in:
Matt Jaynes 2014-01-21 22:05:21 -07:00
commit f3e416f065
11 changed files with 36 additions and 38 deletions

View file

@ -186,7 +186,7 @@ To see the complete list of variables available for an instance, run the script
./ec2.py --host ec2-12-12-12-12.compute-1.amazonaws.com
Note that the AWS inventory script will cache results to avoid repeated API calls, and this cache setting is configurable in ec2.ini. To
explicitly clear the cache, you can run the ec2.py script with the '--refresh-cache' parameter.
explicitly clear the cache, you can run the ec2.py script with the ``--refresh-cache`` parameter.
.. _other_inventory_scripts: