Added -v flag. Some changes trying to merge a XML file.
[mx3r.git] / mx3r.1
blob6d40da82af3ef7611773b99d08c87559fb28e36c
1 .\" clig manual page template
2 .\" (C) 1995-2004 Harald Kirsch (clig@geggus.net)
3 .\"
4 .\" This file was generated by
5 .\" clig -- command line interface generator
6 .\"
7 .\"
8 .\" Clig will always edit the lines between pairs of `cligPart ...',
9 .\" but will not complain, if a pair is missing. So, if you want to
10 .\" make up a certain part of the manual page by hand rather than have
11 .\" it edited by clig, remove the respective pair of cligPart-lines.
12 .\"
13 .\" cligPart TITLE
14 .TH "mx3r" 1 "0.2.0" "Clig-manuals" "Programmer's Manual"
15 .\" cligPart TITLE end
17 .\" cligPart NAME
18 .SH NAME
19 mx3r \- merges files looking for similar patterns, and allows several plugins
20 for understanding the syntax of several files 
21 .\" cligPart NAME end
23 .\" cligPart SYNOPSIS
24 .SH SYNOPSIS
25 .B mx3r
26 [--blr do_blrmerge]
27 [-o output_file]
28 [--hashcmp do_hashcmp]
29 [-v]
30 [--test-plugin]
31 [--help]
33 .\" cligPart SYNOPSIS end
35 .\" cligPart OPTIONS
36 .SH OPTIONS
37 .IP --blr
38 <base-filename> <local-filename> <remote-filename>
39 Try a full (base->local to remote) merge,
40 .br
41 3 String values
42 .IP -o
43 <output_file>
44 Store the mx3d result onto the specified file,
45 .br
46 1 String value
47 .IP --hashcmp
48 <line1> <line2> ... <lineN>
49 Do a hash compare between 4 or more lines.,
50 .br
51 4 or more String values
52 .IP -v
53 be verbose, output debug information.
54 .IP --test-plugin
55 try to load the split-lines plugin.
56 .IP --help
57 show usage information.
58 .\" cligPart OPTIONS end
60 .\" cligPart DESCRIPTION
61 .SH DESCRIPTION
62 This manual page was generated automagically by clig, the
63 Command Line Interface Generator. Actually the programmer
64 using clig was supposed to edit this part of the manual
65 page after
66 generating it with clig, but obviously (s)he didn't.
68 Sadly enough clig does not yet have the power to pick a good
69 program description out of blue air ;-(
70 .\" cligPart DESCRIPTION end