diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-12-25 18:35:22 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-12-25 18:40:54 +0000 |
commit | 411c99a99c18906d4204874a920980b9037c8658 (patch) | |
tree | c450c88b7d800d723b25127f0492682594a67e98 | |
parent | 89b33ee126c6b5be0d84ca4647d5110bff990f9c (diff) | |
download | urpmi-411c99a99c18906d4204874a920980b9037c8658.tar urpmi-411c99a99c18906d4204874a920980b9037c8658.tar.gz urpmi-411c99a99c18906d4204874a920980b9037c8658.tar.bz2 urpmi-411c99a99c18906d4204874a920980b9037c8658.tar.xz urpmi-411c99a99c18906d4204874a920980b9037c8658.zip |
Fix man page for urpmi -a
-rw-r--r-- | pod/8/urpmi.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/8/urpmi.pod b/pod/8/urpmi.pod index 1ebef239..41eb3713 100644 --- a/pod/8/urpmi.pod +++ b/pod/8/urpmi.pod @@ -188,7 +188,10 @@ architectures (32 and 64 bit). =item B<-a> -If multiple packages match the given substring, install them all. +If multiple packages match the request, install them all. + +If this option is not set and there are several results, the user will be +asked to select one unless --auto is set (in which case one will be picked). =item B<-p> |