Make up for those incomplete commands

Change-Id: Ica73d37638cdd4f5dd856289f578fecca2b4e99e
This commit is contained in:
qiaomin 2017-02-27 23:24:26 +08:00
parent e27b9f28ea
commit 061aa36f9f

View File

@ -6,8 +6,8 @@ The ``openstack`` CLI is used to interact with the Identity service.
It is set up to expect commands in the general It is set up to expect commands in the general
form of ``openstack command argument``, followed by flag-like keyword form of ``openstack command argument``, followed by flag-like keyword
arguments to provide additional (often optional) information. For arguments to provide additional (often optional) information. For
example, the :command:`user list` and :command:`project create` example, the :command:`openstack user list` and
commands can be invoked as follows: :command:`openstack project create` commands can be invoked as follows:
.. code-block:: bash .. code-block:: bash