From 845f2126edc5a06c5aa3236dbbb902d5cb89cdba Mon Sep 17 00:00:00 2001 From: icedphoenix Date: Fri, 21 Sep 2012 15:31:32 +0400 Subject: [PATCH] repodiff: man updated --- docs/urpm-repodiff.1 | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/urpm-repodiff.1 b/docs/urpm-repodiff.1 index aa4c4ff..f3ff9ad 100644 --- a/docs/urpm-repodiff.1 +++ b/docs/urpm-repodiff.1 @@ -1,13 +1,14 @@ .\" 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" urpm-repodiff - diff for urpmi repositories .SH "SYNOPSIS" \fBurpm-repodiff\fP [options] --old old_repo_baseurl [old_repo_baseurl ...] --new new_repo_baseurl [new_repo_baseurl ...] .SH "DESCRIPTION" .PP -\fBurpm-repodiff\fP is a program which will list differences between two sets of -repositories. +\fBurpm-repodiff\fP is a program that lists differences between two sets of +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 .SH "GENERAL OPTIONS" .IP "\fB\-\-old, -o\fP" @@ -18,6 +19,14 @@ repositories. Quiet mode: hide service messages. .IP "\fB\-\-no-release, -r\fP" 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 .SH "USUAL OUTPUT OPTIONS" .IP "\fB\-\-size, -s\fP" @@ -31,10 +40,8 @@ Show changelog difference. .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. If \fB--output, -o\fP option is not present, page will be output to file 'repodiff.html' in the current directory. -.PP -.SH "OUTPUT OPTION" -.IP "\fB\-\-output, -o OUTPUT_FILE\fP" -Change standart output to OUTPUT_FILE. +.IP "\fB\-\-reponames REPONAME [REPONAME ...]\fP" +Repository names for output. .SH "FILTER OPTION" .IP "\fB\-\-show-new, -N\fP" Show new packages.