1SEQDIAG(1) General Commands Manual SEQDIAG(1)
2
3
4
6 seqdiag - generate sequence-diagram image file from spec-text file.
7
9 seqdiag [options] file
10
12 This manual page documents briefly the seqdiag commands.
13
14 seqdiag is generate sequence-diagram image file from spec-text file.
15
17 These programs follow the usual GNU command line syntax, with long
18 options starting with two dashes (`-'). A summary of options is
19 included below. For a complete description, see the Info files.
20
21 --version
22 show program's version number and exit
23
24 -h, --help
25 show this help message and exit
26
27 -a, --antialias
28 Pass diagram image to anti-alias filter
29
30 -c FILE, --config=FILE
31 read configurations from FILE
32
33 -o FILE
34 write diagram to FILE
35
36 -f FONT, --font=FONT
37 use FONT to draw diagram
38
39 -T TYPE
40 Output diagram as TYPE format
41
43
44 The programs are documented fully by
45 http://tk0miya.bitbucket.org/seqdiag/build/html/index.html
46
48 seqdiag was written by Takeshi Komiya <i.tkomiya@gmail.com>
49
50 This manual page was written by Kouhei Maeda <mkouhei@palmtb.net>, for
51 the Debian project (and may be used by others).
52
53
54
55 May 21, 2011 SEQDIAG(1)