mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
repodiff: man updated
This commit is contained in:
parent
6781d4cfad
commit
845f2126ed
1 changed files with 14 additions and 7 deletions
|
@ -1,13 +1,14 @@
|
||||||
.\" urpm-repodiff
|
.\" urpm-repodiff
|
||||||
.TH "urpm-repodiff" "1" "21 December 2011" "Vladimir Testov" "Mandriva Package Management"
|
.TH "urpm-repodiff" "1" "21 September 2012" "Vladimir Testov" "ROSA Package Management"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
urpm-repodiff - diff for urpmi repositories
|
urpm-repodiff - diff for urpmi repositories
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
\fBurpm-repodiff\fP [options] --old old_repo_baseurl [old_repo_baseurl ...] --new new_repo_baseurl [new_repo_baseurl ...]
|
\fBurpm-repodiff\fP [options] --old old_repo_baseurl [old_repo_baseurl ...] --new new_repo_baseurl [new_repo_baseurl ...]
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.PP
|
.PP
|
||||||
\fBurpm-repodiff\fP is a program which will list differences between two sets of
|
\fBurpm-repodiff\fP is a program that lists differences between two sets of
|
||||||
repositories.
|
repositories. You can use more than one --old(--new) option. Every group of repositories will be joined
|
||||||
|
(max package version will be selected in each group)
|
||||||
.PP
|
.PP
|
||||||
.SH "GENERAL OPTIONS"
|
.SH "GENERAL OPTIONS"
|
||||||
.IP "\fB\-\-old, -o\fP"
|
.IP "\fB\-\-old, -o\fP"
|
||||||
|
@ -18,6 +19,14 @@ repositories.
|
||||||
Quiet mode: hide service messages.
|
Quiet mode: hide service messages.
|
||||||
.IP "\fB\-\-no-release, -r\fP"
|
.IP "\fB\-\-no-release, -r\fP"
|
||||||
Ignore release during package compare.
|
Ignore release during package compare.
|
||||||
|
.IP "\fB\-\-output, -o OUTPUT_FILE\fP"
|
||||||
|
Change standart output to OUTPUT_FILE.
|
||||||
|
.IP "\fB\-\-show-summary\fP"
|
||||||
|
Show summary - total new packages, total removed packages, total updated packages, total downgraded packages.
|
||||||
|
Output depends on selected filters.
|
||||||
|
.IP "\fB\-\-ignore, -i IGNORELIST\fP"
|
||||||
|
Read list of ignored package names from file IGNORELIST. For ignoring all packages that starts with some PATTERN, add
|
||||||
|
PATTERN* to IGNORELIST.
|
||||||
.PP
|
.PP
|
||||||
.SH "USUAL OUTPUT OPTIONS"
|
.SH "USUAL OUTPUT OPTIONS"
|
||||||
.IP "\fB\-\-size, -s\fP"
|
.IP "\fB\-\-size, -s\fP"
|
||||||
|
@ -31,10 +40,8 @@ Show changelog difference.
|
||||||
.IP "\fB\-\-html\fP"
|
.IP "\fB\-\-html\fP"
|
||||||
Output difference in format of html page. In case of using this option \fB--size, -s\fP, \fB--simple\fP and \fB--changelog\fP options are ignored.
|
Output difference in format of html page. In case of using this option \fB--size, -s\fP, \fB--simple\fP and \fB--changelog\fP options are ignored.
|
||||||
If \fB--output, -o\fP option is not present, page will be output to file 'repodiff.html' in the current directory.
|
If \fB--output, -o\fP option is not present, page will be output to file 'repodiff.html' in the current directory.
|
||||||
.PP
|
.IP "\fB\-\-reponames REPONAME [REPONAME ...]\fP"
|
||||||
.SH "OUTPUT OPTION"
|
Repository names for output.
|
||||||
.IP "\fB\-\-output, -o OUTPUT_FILE\fP"
|
|
||||||
Change standart output to OUTPUT_FILE.
|
|
||||||
.SH "FILTER OPTION"
|
.SH "FILTER OPTION"
|
||||||
.IP "\fB\-\-show-new, -N\fP"
|
.IP "\fB\-\-show-new, -N\fP"
|
||||||
Show new packages.
|
Show new packages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue