diff options
author | Özgür Kesim <oec@codeblau.de> | 2017-11-22 19:28:32 -0800 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2017-11-22 19:28:32 -0800 |
commit | b333ed97cf7fc38a3a318544f53e1798e3c5d7e4 (patch) | |
tree | 2528a9964cb7bb079e3580c67e0281163eef59d9 /tools.json | |
parent | 1de19c63760862ffd1644229a775ef51d9d27dba (diff) |
minor reorg
Diffstat (limited to 'tools.json')
-rw-r--r-- | tools.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ { "Name": "dot", "Cmd": "dot", - "Args": ["-Tsvg", "-v"], + "Args": ["-Tsvg"], "Suffix": ".dot", "Description": "Graphviz, dot", "BgColor": "CadetBlue", |