diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-15 15:14:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-15 15:14:50 +0000 |
commit | 37d061942ae755faa4824740d384bbb35d43f044 (patch) | |
tree | 5f5976b581fbe2801489cc375926c985fcbc4ed9 /urpm/select.pm | |
parent | 413ad7c8df4840d2c87e6cbf3709d8b96b5355b9 (diff) | |
download | urpmi-37d061942ae755faa4824740d384bbb35d43f044.tar urpmi-37d061942ae755faa4824740d384bbb35d43f044.tar.gz urpmi-37d061942ae755faa4824740d384bbb35d43f044.tar.bz2 urpmi-37d061942ae755faa4824740d384bbb35d43f044.tar.xz urpmi-37d061942ae755faa4824740d384bbb35d43f044.zip |
(search_packages) document 'no_substring' option
Diffstat (limited to 'urpm/select.pm')
-rw-r--r-- | urpm/select.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/select.pm b/urpm/select.pm index 83798f24..455cf82c 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -105,7 +105,7 @@ Recognized options: =item * fuzzy -=item * no_substring +=item * no_substring: in --auto, do not allow to install a package substring match (you can use -a to force it) =item * src |