On Tue, 16 Mar 2010 19:18:26 +0000
David Claughton <d...@eclecticdave.com> wrote:

> dot -Tsvg -P -o dotformats.svg

Cool tip, but with v2.20.2-8 +b1 it doesn't happen:

        % dot -Tsvg -P -o dotformats.svg 2>&1 | head -n 1 ; echo $?
        dot: option -P unrecognized
        0

The '0' error code is prolly another bug.  Was there a typo?  '-P'
isn't in the command line help or the manual.  

        % { man dot ; dot  -h 2>&1 ;} | grep  '\-P'
        in  the  spirit  of Fruchterman and Reingold (cf. Software-Practice & 
Experience 21(11), 1991,

However it works, it'd be neat to see.  Come to think of it, every
command should have a nice 'dot' graph of options!  Given which,
there should be a standard invocation, (and preferably a standard
syntax for the output), something like the common option '-v' for
verbose... '-vdot', '-hdot', '-hgraph', '-hdag', or like that.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to