1RPMDEV-DIFF(1) User Commands RPMDEV-DIFF(1)
2
3
4
6 rpmdev-diff - manual page for rpmdev-diff version 1.3
7
9 rpmdev-diff [OPTION]... [DIFF_OPTIONS] FROM-ARCHIVE TO-ARCHIVE
10
12 rpmdev-diff diffs contents of two archives.
13
14 See rpmdev-extract(1) for information about supported archive types.
15
17 -c, --contents
18 Diff contents of files in archives. This is the default.
19
20 -l, --list
21 Diff lists of files in archives.
22
23 -L, --long-list
24 Diff long lists (akin to find -ls) of files in archives.
25
26 -h, --help
27 Print help message and exit.
28
29 -v, --version
30 Print version information and exit.
31
32 diff-options
33 Options passed to diff(1). The first repeated argument of the
34 above or the first argument starting with a '-' but not one of
35 the above starts diff-options, the first one not starting with
36 it ends them. Default: -Nup (in addition to -r which will
37 always be passed) in contents only mode, -U0 in list only modes.
38
39 A combination of -l, -L, and -c may be specified.
40
42 Report bugs to <https://bugzilla.redhat.com/>.
43
45 Copyright © 2004-2009 Ville Skyttä <ville.skytta@iki.fi> This program
46 is free software; you can redistribute it and/or modify it under the
47 terms of the GNU General Public License as published by the Free Soft‐
48 ware Foundation; either version 2 of the License, or (at your option)
49 any later version.
50
51
52
53rpmdev-diff version 1.3 September 2012 RPMDEV-DIFF(1)