summaryrefslogtreecommitdiffstats
path: root/pod/urpmq.8.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/urpmq.8.pod')
-rw-r--r--pod/urpmq.8.pod39
1 files changed, 29 insertions, 10 deletions
diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod
index f7881dd9..922b0e34 100644
--- a/pod/urpmq.8.pod
+++ b/pod/urpmq.8.pod
@@ -132,6 +132,11 @@ Use the file system tree rooted for rpm install. All operations and
scripts will run after chroot(2). The rpm database in the rooted tree
will be used but urpmi configuration comes from normal system.
+=item B<--urpmi-root> I<directory>
+
+Use the file system tree rooted for urpmi database and rpm install. Contrary
+to B<--root>, the urpmi configuration comes from the rooted tree.
+
=item B<--wget>
Use wget for downloading distant files. By default curl
@@ -169,6 +174,14 @@ and a password.
Configure urpmq on the fly from a distribution tree. You must be root to use
this option.
+=item B<--probe-synthesis>
+
+Use synthesis file (to use with --use-distrib).
+
+=item B<--probe-hdlist>
+
+Use hdlist file (to use with --use-distrib).
+
=item B<--env> I<directory>
Use a different environment directly from a bug report to replay a bug.
@@ -182,10 +195,14 @@ Prints the package changelog.
Prints concise information about the package.
-=item B<-v>
+=item B<--verbose>
Activate verbose mode.
+=item B<-v>
+
+This is the same as B<--verbose>.
+
=item B<-d>
Select dependencies (maximal closure).
@@ -209,20 +226,18 @@ If maximal closure is used, assume that a package listed may have wrong or
not up-to-date dependencies. This causes more packages to be upgraded and
may correct unresolved dependencies on the rpm database.
-=item B<-p>
+=item B<--whatprovides>
Search in provides to find package (this is the opposite of B<-P>).
-=item B<-P>
+=item B<--whatrequires>
-Do not search in provides to find package (this is the opposite
-of B<-p> and is the default).
+Reverse search to what requires the package given.
-=item B<-R>
+=item B<--whatrequires-recursive>
-Reverse search to what requires the package given. If you specify this
-option twice, looks also through virtual packages to find the
-dependencies.
+Reverse search to what requires recursively the package given
+(looking through virtual packages).
=item B<-S>
@@ -240,6 +255,10 @@ Like B<-y>, but forces to match case-insensitively.
This is the same as B<--src>.
+=item B<-p>
+
+This is the same as B<--whatprovides>.
+
=item B<-i>
Prints useful information in human readable form, as for I<rpm -qi>.
@@ -274,4 +293,4 @@ urpmi(8), urpmi.files(5).
=head1 AUTHOR
Pascal Rigaux <pixel@mandriva.com> (original author and current maintainer),
-FranE<ccedil>ois Pons, Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
+FranE<ccedil>ois Pons, Rafael Garcia-Suarez