Skip to content

Commit c11af27

Browse files
authored
Fix PowerShell invocation
1 parent ae7d785 commit c11af27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Example with PowerShell:
6868
```powershell
6969
PS C:\> choco install graphviz python3 pip
7070
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
71+
PS C:\> dot.exe -Tpng your-file-call-graph.dot -O
7272
PS C:\> explorer.exe your-file-call-graph.dot.png
7373
```
7474

0 commit comments

Comments
 (0)