pw-dot: added -L/--lr for outputting the graph using 'rankdir = "LR"'

Graphs laid out this way may be look nicer sometimes.
This commit is contained in:
Erkki Seppälä 2021-04-02 11:41:02 +03:00
parent 21a36f3c51
commit 71b53f1590
2 changed files with 19 additions and 2 deletions

View file

@ -58,6 +58,11 @@ This file is part of PipeWire.
<optdesc><p>Output file name (Default pw.dot). Use - for stdout.</p></optdesc>
</option>
<option>
<p><opt>-L | --lr</opt></p>
<optdesc><p>Lay the graph from left to right, instead of dot's default top to bottom.</p></optdesc>
</option>
</options>
<section name="Authors">