diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-06 06:05:31 -0500 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-06 06:05:31 -0500 |
commit | 7b1b12ed1e0d0b5631584472d4c9727b91601176 (patch) | |
tree | 1575e140f619643b64eaec0d7b49cb89763d5273 | |
parent | 4691678e4650204c8ccc4066292ec1ddb387e83f (diff) | |
download | urpmi-7b1b12ed1e0d0b5631584472d4c9727b91601176.tar urpmi-7b1b12ed1e0d0b5631584472d4c9727b91601176.tar.gz urpmi-7b1b12ed1e0d0b5631584472d4c9727b91601176.tar.bz2 urpmi-7b1b12ed1e0d0b5631584472d4c9727b91601176.tar.xz urpmi-7b1b12ed1e0d0b5631584472d4c9727b91601176.zip |
s/allow-suggests/allow-recommends/
-rw-r--r-- | pod/8/urpmi.pod | 2 | ||||
-rw-r--r-- | pod/8/urpmq.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index 3010ea14..ce38b28c 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -174,7 +174,7 @@ write access to your rpm build top directory). With this option, urpmi will not install "suggested" packages. By default, urpmi will install (newly) suggested packages. -=item B<--allow-suggests> +=item B<--allow-recommends> With this option, urpmi will install "suggested" packages. This is useful if you have C<no-recommends> in urpmi.cfg. diff --git a/pod/8/urpmq.pod b/pod/8/urpmq.pod index 33fed7db..b8a003aa 100644 --- a/pod/8/urpmq.pod +++ b/pod/8/urpmq.pod @@ -89,7 +89,7 @@ have been removed from the current version of Mageia Linux. With this option, urpmq will not require "suggested" packages. By default, urpmq will require (newly) suggested packages. -=item B<--allow-suggests> +=item B<--allow-recommends> With this option, urpmi will install "suggested" packages. This is useful if you have C<no-recommends> in urpmi.cfg. |