Add missing backslash to keystone-manage bootstrap command in documentation

Change-Id: Idbaf38074f0869d6f5f288200671e7879312c00b
This commit is contained in:
Christian Berendt
2016-04-11 15:18:44 +02:00
parent 2995748b63
commit 324f4b5978

View File

@@ -80,7 +80,8 @@ Verbosely, keystone can be bootstrapped with:
.. code-block:: bash
$ keystone-manage bootstrap --bootstrap-password s3cr3t
$ keystone-manage bootstrap \
--bootstrap-password s3cr3t \
--bootstrap-username admin \
--bootstrap-project-name admin \
--bootstrap-role-name admin \