Commit afadf99b authored by Godefroid Chapelle's avatar Godefroid Chapelle Committed by GitHub

Slight improve

parent 863832f2
...@@ -90,6 +90,9 @@ Buildout command-line options ...@@ -90,6 +90,9 @@ Buildout command-line options
Buildout commands Buildout commands
----------------- -----------------
.. _annotate-command:
annotate annotate
________ ________
...@@ -115,20 +118,20 @@ where they came from. Try it! ...@@ -115,20 +118,20 @@ where they came from. Try it!
DEFAULT_VALUE DEFAULT_VALUE
... ...
.. _bootstrap-command: Increase the verbosity of the output to display all steps that compute the final values used by buildout.
.. code-block:: console .. code-block:: console
buildout -v annotate buildout -v annotate
Increase the verbosity of the output to display all steps that compute the final values used by buildout. Pass one or more section names as arguments to display annotation only for the given sections.
.. code-block:: console .. code-block:: console
buildout annotate versions buildout annotate versions
You can pass one or more section names as arguments to display annotation only for the given sections.
.. _bootstrap-command:
bootstrap bootstrap
_________ _________
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment