NAME

fm_diff_cdb - Analyzes and displays the differences between two cdb files.

VERSION

version 0.7.2

SYNOPSIS

fm_diff_cdb [options] [-h output.html] [PATH_TO_OLD_CONFIG.CDB] PATH_TO_NEW_CONFIG.CDB

Options:

--help             -?  Prints this help.
--version              Prints current version.
--verbose          -v  The verbose level. 0 - least output, 2 most output (Default: 0).
--added            -a  Print added options (Regardless of verbose level).
--removed          -r  Print removed options (Regardless of verbose level).
--changed          -c  Print changed options (Regardless of verbose level)
--description      -d  Displays the description of each printed option. Thereofe
                       This options does not need two paths to a CDB file, but two
                       different installation paths. In this case, you can call it
                       also without any path
--html             -h  Creates a html file with the removed and added options. It also
                       contains the descriptions and the default values of the added
                       options. Enables -a, -r, -c and -d additionally.

If no first cdb file is given, it tries to figure out the correct installation with help of $ENV{PATH}.

Example:

fm_diff_cdb -ar c:\proeWildfire4\text\config.cdb c:\proeWildfire5\text\config.cdb

Or to use databases:

fm_diff_cdb

Or

fm_diff_cdb -d

Or

fm_diff_cdb -d c:\proeWildfire4 c:\proeWildfire5

Or

fm_diff_cdb -h c:\fm_diff.html

METHODS

convertToHtml

Replaces all HTML special characters with their HTML Entitiy.

AUTHOR

Joachim Langenbach <langenbach@imw.tu-clausthal.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by TU Clausthal, Institut fuer Maschinenwesen.

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991