diff --git a/README.rst b/README.rst index dad8744..867af6e 100644 --- a/README.rst +++ b/README.rst @@ -206,10 +206,10 @@ GraphViz`GraphViz`_: .. 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