diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-04-03 07:16:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-04-03 07:16:51 +0000 |
commit | e738cf3bc429c7018726b323f142344bbc005ca4 (patch) | |
tree | 901ff94c8c315f64ea8f7c8a5406c343ec82f3bc /pod | |
parent | 8110c37637ed24782afa1bfe7bbb0f32a8029128 (diff) | |
download | urpmi-e738cf3bc429c7018726b323f142344bbc005ca4.tar urpmi-e738cf3bc429c7018726b323f142344bbc005ca4.tar.gz urpmi-e738cf3bc429c7018726b323f142344bbc005ca4.tar.bz2 urpmi-e738cf3bc429c7018726b323f142344bbc005ca4.tar.xz urpmi-e738cf3bc429c7018726b323f142344bbc005ca4.zip |
- urpmq:
o --suggests is currently misleading, introduce --allow-suggests and explain
the user that --suggests really means --allow-suggests (#39726)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 5 | ||||
-rw-r--r-- | pod/urpmq.8.pod | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 6a09104a..408f7001 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -191,6 +191,11 @@ Proposes a very verbose mode. With this option, urpmi will not install "suggested" packages. 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. + =item B<--justdb> Update only the database, not the filesystem. diff --git a/pod/urpmq.8.pod b/pod/urpmq.8.pod index 9ac2fa94..fd266802 100644 --- a/pod/urpmq.8.pod +++ b/pod/urpmq.8.pod @@ -89,6 +89,11 @@ packages and packages listed in various registered media. With this option, urpmq will not require "suggested" packages. 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. + =item B<--keep> When some dependencies cannot be satisfied, |