1ACTDIAG(1) General Commands Manual ACTDIAG(1)
2
3
4
6 actdiag - generate activity-diagram image file from spec-text file.
7
9 actdiag [options] files
10
12 This manual page documents briefly the actdiag commands.
13
14 actdiag is a program that generate activity-diagram image file from
15 spec-text file.
16
18 These programs follow the usual GNU command line syntax, with long
19 options starting with two dashes (`-'). A summary of options is
20 included below. For a complete description, see the Info files.
21
22 -h, --help
23 show this help message and exit
24
25 -a, --antialias
26 Pass diagram image to anti-alias filter
27
28 -c FILE, --config=FILE
29 read configurations from FILE
30
31 -o FILE
32 write diagram to FILE
33
34 -f FONT, --font=FONT
35 use FONT to draw diagram
36
37 -s, ----separate
38 Separate diagram images for each group (SVG only)
39
40 -T TYPE
41 Output diagram as TYPE format
42
44 The programs are documented fully by
45 http://tk0miya.bitbucket.org/actdiag/build/html/index.html
46
48 actdiag 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 June 5, 2011 ACTDIAG(1)