We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d785 commit c11af27Copy full SHA for c11af27
README.md
@@ -68,7 +68,7 @@ Example with PowerShell:
68
```powershell
69
PS C:\> choco install graphviz python3 pip
70
PS C:\> cmd-call-graph.exe -i your-file.cmd -o your-file-call-graph.dot
71
- PS C:\> dot.exe -Tpng your-file-call-graph.dot
+ PS C:\> dot.exe -Tpng your-file-call-graph.dot -O
72
PS C:\> explorer.exe your-file-call-graph.dot.png
73
```
74
0 commit comments