table of contents
RPMDEV-DIFF(1) | User Commands | RPMDEV-DIFF(1) |
NAME¶
rpmdev-diff - manual page for rpmdev-diff version 1.3
SYNOPSIS¶
rpmdev-diff [OPTION]... [DIFF_OPTIONS] FROM-ARCHIVE TO-ARCHIVE
DESCRIPTION¶
rpmdev-diff diffs contents of two archives.
See rpmdev-extract(1) for information about supported archive types.
OPTIONS¶
- -c, --contents
- Diff contents of files in archives. This is the default.
- -l, --list
- Diff lists of files in archives.
- -L, --long-list
- Diff long lists (akin to find -ls) of files in archives.
- -h, --help
- Print help message and exit.
- -v, --version
- Print version information and exit.
- diff-options
- Options passed to diff(1). The first repeated argument of the above or the first argument starting with a '-' but not one of the above starts diff-options, the first one not starting with it ends them. Default: -Nup (in addition to -r which will always be passed) in contents only mode, -U0 in list only modes.
A combination of -l, -L, and -c may be specified.
REPORTING BUGS¶
Report bugs to <https://bugzilla.redhat.com/>.
COPYRIGHT¶
Copyright © 2004-2009 Ville Skyttä <ville.skytta@iki.fi> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
September 2012 | rpmdev-diff version 1.3 |