From db93d669ee8891fa51754b9f4356a47d8a10ff9f Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 4 Feb 2014 18:15:07 -0600 Subject: [PATCH] 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 --- doc/source/man/keystone-manage.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst index 84515e9cb8..f3437b7836 100644 --- a/doc/source/man/keystone-manage.rst +++ b/doc/source/man/keystone-manage.rst @@ -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 =======