summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-08-27 17:31:40 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-09-07 03:23:29 +0200
commit8150e04f7c49e5b00793c05322730053b6e357c1 (patch)
treec1b27d6908c0a9867b1bf6c3cf08a4914ca53a84 /pod
parentbc7e830670503a7b51e5a89aedbbcbb78e14abc8 (diff)
downloadurpmi-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')
-rw-r--r--pod/5/urpmi.cfg.pod4
-rw-r--r--pod/8/urpmi.pod4
-rw-r--r--pod/8/urpmq.pod4
3 files changed, 6 insertions, 6 deletions
diff --git a/pod/5/urpmi.cfg.pod b/pod/5/urpmi.cfg.pod
index baf35fbc..be298f2b 100644
--- a/pod/5/urpmi.cfg.pod
+++ b/pod/5/urpmi.cfg.pod
@@ -58,9 +58,9 @@ all xml info files are downloaded when doing urpmi.addmedia and urpmi.update
=back
-=item B<no-suggests>
+=item B<no-recommends>
-Same as specifying B<--no-suggests> for urpmi. Disabled by default.
+Same as specifying B<--no-recommends> for urpmi. Disabled by default.
=item B<auto>
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>