1CSDIFF(1) User Commands CSDIFF(1)
2
3
4
6 csdiff - take two lists of defects and output either added or fixed
7 ones
8
10 csdiff [options] old.err new.err, where options are:
11
13 -x [ --fixed ]
14 print fixed defects (just swaps the arguments)
15
16 -z [ --ignore-path ]
17 ignore directory structure when matching
18
19 -i [ --show-internal ]
20 include internal warnings in the output
21
22 -q [ --quiet ]
23 do not report any parsing errors
24
25 -c [ --coverity-output ]
26 write the result in Coverity format
27
28 -j [ --json-output ]
29 write the result in JSON format
30
31 --html-output
32 write the result in HTML format
33
34 -s [ --file-rename ] arg
35 account the file base-name change, [OLD,NEW] (*testing*)
36
37 --color
38 use colorized console output (default if connected to a termiā
39 nal)
40
41 --no-color
42 do not use colorized console output
43
44 --help produce help message
45
46 --version
47 print version
48
50 csdiff exits with status 0 if arguments are valid and input files are
51 parsed successfully. It does not matter whether any defects were
52 matched or not.
53
54
55
56csdiff 2.1.1 May 2021 CSDIFF(1)