Add missing -f to cookiecutter example

All other cookiecutter examples use "-f", add it to the last one as
well.

Change-Id: I4769f6cb0bbed75558e19d613ef2d7946ae13634
This commit is contained in:
Andreas Jaeger 2018-04-10 08:25:46 +02:00
parent fede9bbebb
commit b0efa410f1
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ Horizon plugins:
.. code-block:: console
$ cookiecutter https://git.openstack.org/openstack/ui-cookiecutter
$ cookiecutter -f https://git.openstack.org/openstack/ui-cookiecutter
Applying the Template
---------------------