NAME

update-ifo - Updates the module.ifo file based on the area list


SYNOPSIS

update-ifo [--help|-h] [--version|-V] [--config config-file] [filename ...]

update-ifo --help


DESCRIPTION

update-ifo will read the module.ifo in from the current directory, and replace the Mod_Area_list inside the module.ifo with the one created from the filenames given as an argument (defaults to *.are if no arguments are given). It will then write updated module.ifo back to the disk. This can be used along with check-module to fix the broken module.ifo file.


OPTIONS

--help -h
Prints out the usage information.

--version -V
Prints out the version information.

--config config-file
All options given by the command line can also be given in the configuration file. This option is used to read another configuration file in addition to the default configuration file.


EXAMPLES

    update-ifo *.are
    update-ifo


FILES

~/.updateiforc
Default configuration file.


SEE ALSO

check-module(1), gffprint(1), GffWrite(3), Gff(3), and GffRead(3).


AUTHOR

Tero Kivinen <kivinen@iki.fi>.


HISTORY

This program was used to ``recover'' cerea1 module few times, after its module.ifo was broken. Later it was used when we renamed lots of area resource files to have better names, and didn't want to manually edit module.ifo.