summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-11-28 15:34:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-11-28 15:34:05 +0000
commit59a80f8b77a3a019de4db972f1e6f9b312a32cd1 (patch)
tree24fe7e79027934146f43a09f5f516d96b5d29c84 /pod
parentc19d5277b1a40ead5e74bc9562c27dedb9068f69 (diff)
downloadurpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.gz
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.bz2
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.tar.xz
urpmi-59a80f8b77a3a019de4db972f1e6f9b312a32cd1.zip
- urpmq:
o new option --requires-recursive (alias of option -d)
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmq.8.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod
index aba3dbfc..866af32e 100644
--- a/pod/urpmq.8.pod
+++ b/pod/urpmq.8.pod
@@ -221,7 +221,7 @@ This is the same as B<--verbose>.
=item B<-d>
-Select dependencies (maximal closure).
+This is the same as B<--whatprovides>.
=item B<-u>
@@ -242,6 +242,10 @@ 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<--requires-recursive>
+
+Print dependencies (maximal closure).
+
=item B<--whatprovides>
Search in provides to find package (this is the opposite of B<-P>).