Commit 5e018a2f authored by Godefroid Chapelle's avatar Godefroid Chapelle

update doc

parent 0df253e2
......@@ -4,7 +4,9 @@ Change History
2.9.3 (unreleased)
==================
- Add ``--verbose`` and ``--section`` flags to ``annotate`` command.
- Add more verbosity to ``annotate`` results with ``-v``
- Select one or more sections with arguments after ``buildout annotate``.
2.9.2 (2017-03-06)
......
......@@ -118,11 +118,17 @@ where they came from. Try it!
.. _bootstrap-command:
``--verbose``
Increase the verbosity of the output: display all steps that compute the final values used by buildout.
.. code-block:: console
buildout -v annotate
Increase the verbosity of the output to display all steps that compute the final values used by buildout.
.. code-block:: console
``--section section``
Only display annotation for the given section.
buildout annotate versions
You can pass one or more section names as arguments to display annotation only for the given sections.
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