Fix naming of --graph-output argument
This commit is contained in:
parent
bd8c8a3ae1
commit
09a2b7cb95
|
@ -206,10 +206,10 @@ GraphViz`GraphViz<http://www.graphviz.org/>`_:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pipdeptree --output dot > dependencies.dot
|
$ pipdeptree --graph-output dot > dependencies.dot
|
||||||
$ pipdeptree --output pdf > dependencies.pdf
|
$ pipdeptree --graph-output pdf > dependencies.pdf
|
||||||
$ pipdeptree --output png > dependencies.png
|
$ pipdeptree --graph-output png > dependencies.png
|
||||||
$ pipdeptree --output svg > dependencies.svg
|
$ pipdeptree --graph-output svg > dependencies.svg
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
Loading…
Reference in New Issue