.TH abuse-tool 6 Abuse\ @VERSION@ .SH NAME abuse-tool \- Minimal data editor for the Abuse game files. .SH SYNOPSIS .B abuse-tool file.spe .B command [options] .SH DESCRIPTION .B abuse-tool allows to dump and edit the contents of Abuse SPEC (.spe) files. .SH COMMANDS .TP .B list list the contents of a SPEC file. .TP .B get dump the raw contents of entry to the standard output. .TP .B getpcx dump entry reformated as a PCX image to the standard output. .TP .B put insert the raw contents of file at position in the SPEC file, with file type . .TP .B putpcx insert the contents of PCX image at position in the SPEC file, with file type . .TP .B rename set name of entry to . .TP .B move move entry to position . .TP .B del delete entry from the SPEC file. .SH SEE ALSO abuse(6) .SH AUTHORS Sam Hocevar