diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-08-27 17:31:40 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-09-07 03:23:29 +0200 |
commit | 8150e04f7c49e5b00793c05322730053b6e357c1 (patch) | |
tree | c1b27d6908c0a9867b1bf6c3cf08a4914ca53a84 /pod/8 | |
parent | bc7e830670503a7b51e5a89aedbbcbb78e14abc8 (diff) | |
download | urpmi-8150e04f7c49e5b00793c05322730053b6e357c1.tar urpmi-8150e04f7c49e5b00793c05322730053b6e357c1.tar.gz urpmi-8150e04f7c49e5b00793c05322730053b6e357c1.tar.bz2 urpmi-8150e04f7c49e5b00793c05322730053b6e357c1.tar.xz urpmi-8150e04f7c49e5b00793c05322730053b6e357c1.zip |
rename 'no-suggests' option as 'no-recommends'
keep --no-suggests but with a warning
Diffstat (limited to 'pod/8')
-rw-r--r-- | pod/8/urpmi.pod | 4 | ||||
-rw-r--r-- | pod/8/urpmq.pod | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index 5c18cb2f..c43868ec 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -198,7 +198,7 @@ Proposes a very verbose mode (similar to rpm -vv) Print warnings when packages cannot be ordered properly due to dependancy loops. -=item B<--no-suggests> +=item B<--no-recommends> With this option, urpmi will not install "suggested" packages. By default, urpmi will install (newly) suggested packages. @@ -206,7 +206,7 @@ By default, urpmi will install (newly) suggested packages. =item B<--allow-suggests> With this option, urpmi will install "suggested" packages. -This is useful if you have C<no-suggests> in urpmi.cfg. +This is useful if you have C<no-recommends> in urpmi.cfg. =item B<--justdb> diff --git a/pod/8/urpmq.pod b/pod/8/urpmq.pod index 8355a539..6778b73a 100644 --- a/pod/8/urpmq.pod +++ b/pod/8/urpmq.pod @@ -94,7 +94,7 @@ List packages that are not available on any media. This can help to find packages that are still installed but that are now obsolete because they have been removed from the current version of Mageia Linux. -=item B<--no-suggests> +=item B<--no-recommends> With this option, urpmq will not require "suggested" packages. By default, urpmq will require (newly) suggested packages. @@ -102,7 +102,7 @@ By default, urpmq will require (newly) suggested packages. =item B<--allow-suggests> With this option, urpmi will install "suggested" packages. -This is useful if you have C<no-suggests> in urpmi.cfg. +This is useful if you have C<no-recommends> in urpmi.cfg. =item B<--keep> |