From 09a2b7cb956da97e3d268c2320be5d51e8b4ffb7 Mon Sep 17 00:00:00 2001 From: Daniel Roschka Date: Wed, 28 Dec 2016 16:27:20 +0100 Subject: [PATCH] Fix naming of --graph-output argument --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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