source: abuse/trunk/doc/abuse-tool.6.in @ 670

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