clean up keystone-manage man page

- wrap literals with double backticks so things render in RST
- replace triple line breaks with double line breaks for consistency
- replace 'REST api' with 'HTTP API' because 2x pedantic

Change-Id: Ib28d0cea06f81b32ef985dfa74333693ef32ae46
This commit is contained in:
Dolph Mathews 2014-02-04 18:15:07 -06:00
parent a0b69a35b7
commit db93d669ee
1 changed files with 5 additions and 9 deletions

View File

@ -21,25 +21,22 @@ SYNOPSIS
DESCRIPTION
===========
keystone-manage is the command line tool that interacts with the Keystone
service to initialize and update data within Keystone. Generally,
keystone-manage is only used for operations that cannot be accomplished
with the Keystone REST api, such data import/export and schema
migrations.
``keystone-manage`` is the command line tool which interacts with the Keystone
service to initialize and update data within Keystone. Generally,
``keystone-manage`` is only used for operations that cannot be accomplished
with the HTTP API, such data import/export and database migrations.
USAGE
=====
``keystone-manage [options] action [additional args]``
General keystone-manage options:
--------------------------------
* ``--help`` : display verbose help output.
Invoking keystone-manage by itself will give you some usage information.
Invoking ``keystone-manage`` by itself will give you some usage information.
Available commands:
@ -49,7 +46,6 @@ Available commands:
* ``ssl_setup``: Generate certificates for SSL.
* ``token_flush``: Purge expired tokens.
OPTIONS
=======