diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 15:34:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 15:34:05 +0000 |
commit | 59a80f8b77a3a019de4db972f1e6f9b312a32cd1 (patch) | |
tree | 24fe7e79027934146f43a09f5f516d96b5d29c84 /pod | |
parent | c19d5277b1a40ead5e74bc9562c27dedb9068f69 (diff) | |
download | urpmi-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.pod | 6 |
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>). |