Last change
on this file since 670 was
610,
checked in by Sam Hocevar, 12 years ago
|
doc: put manual pages in the doc/ directory.
|
File size:
985 bytes
|
Line | |
---|
1 | .TH abuse-tool 6 Abuse\ @VERSION@ |
---|
2 | .SH NAME |
---|
3 | abuse-tool \- Minimal data editor for the Abuse game files. |
---|
4 | |
---|
5 | .SH SYNOPSIS |
---|
6 | .B abuse-tool |
---|
7 | file.spe |
---|
8 | .B command |
---|
9 | [options] |
---|
10 | |
---|
11 | .SH DESCRIPTION |
---|
12 | .B abuse-tool |
---|
13 | allows to dump and edit the contents of Abuse SPEC (.spe) files. |
---|
14 | |
---|
15 | .SH COMMANDS |
---|
16 | |
---|
17 | .TP |
---|
18 | .B list |
---|
19 | list the contents of a SPEC file. |
---|
20 | |
---|
21 | .TP |
---|
22 | .B get <id> |
---|
23 | dump the raw contents of entry <id> to the standard output. |
---|
24 | |
---|
25 | .TP |
---|
26 | .B getpcx <id> |
---|
27 | dump entry <id> reformated as a PCX image to the standard output. |
---|
28 | |
---|
29 | .TP |
---|
30 | .B put <id> <type> <name> |
---|
31 | insert the raw contents of file <name> at position <id> in the SPEC file, |
---|
32 | with file type <type>. |
---|
33 | |
---|
34 | .TP |
---|
35 | .B putpcx <id> <type> <name> |
---|
36 | insert the contents of PCX image <name> at position <id> in the SPEC file, |
---|
37 | with file type <type>. |
---|
38 | |
---|
39 | .TP |
---|
40 | .B rename <id> <name> |
---|
41 | set name of entry <id> to <name>. |
---|
42 | |
---|
43 | .TP |
---|
44 | .B move <id1> <id2> |
---|
45 | move entry <id1> to position <id2>. |
---|
46 | |
---|
47 | .TP |
---|
48 | .B del <id> |
---|
49 | delete entry <id> from the SPEC file. |
---|
50 | |
---|
51 | .SH SEE ALSO |
---|
52 | abuse(6) |
---|
53 | |
---|
54 | .SH AUTHORS |
---|
55 | Sam Hocevar <sam@hocevar.net> |
---|
56 | |
---|
Note: See
TracBrowser
for help on using the repository browser.