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 =======