Fix naming of --graph-output argument

This commit is contained in:
Daniel Roschka 2016-12-28 16:27:20 +01:00
parent bd8c8a3ae1
commit 09a2b7cb95
1 changed files with 4 additions and 4 deletions

View File

@ -206,10 +206,10 @@ GraphViz`GraphViz<http://www.graphviz.org/>`_:
.. code-block:: bash
$ pipdeptree --output dot > dependencies.dot
$ pipdeptree --output pdf > dependencies.pdf
$ pipdeptree --output png > dependencies.png
$ pipdeptree --output svg > dependencies.svg
$ pipdeptree --graph-output dot > dependencies.dot
$ pipdeptree --graph-output pdf > dependencies.pdf
$ pipdeptree --graph-output png > dependencies.png
$ pipdeptree --graph-output svg > dependencies.svg
Usage