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 -s [ --file-rename ] arg
32 account the file base-name change, [OLD,NEW] (*testing*)
33
34 --color
35 use colorized console output (default if connected to a termiā
36 nal)
37
38 --no-color
39 do not use colorized console output
40
41 --help produce help message
42
43 --version
44 print version
45
46
47
48csdiff 1.6.1 May 2019 CSDIFF(1)