diff options
author | Nathan Jones <nathanj@insightbb.com> | 2007-11-13 19:32:56 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-13 20:59:02 -0600 |
commit | 46ec9e3548b5b567c7eb18c360f54a77b6313b12 (patch) | |
tree | 0fd80f989cf93916e68fbd3e54146eb6516d756e /doc | |
parent | 70a91cbb22bb3ec88d518e2e6c43553c53cde318 (diff) | |
download | pacman-46ec9e3548b5b567c7eb18c360f54a77b6313b12.tar.xz |
Make it easier to ignore multiple packages.
This makes --ignore and --ignoregroup able to accept multiple
packages/groups by separating each with a comma.
For instance: pacman -Su --ignore kernel26,udev,glibc
This was requested in the comments of FS#8054.
Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pacman.8.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index db7f9c3a..7b10bc0a 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -267,11 +267,13 @@ Sync Options[[SO]] *\--ignore* <'package'>:: Directs pacman to ignore upgrades of package even if there is one - available. + available. Multiple packages can be specified by separating them + with a comma. *\--ignoregroup* <'group'>:: Directs pacman to ignore upgrades of all packages in 'group' even if - there is one available. + there is one available. Multiple groups can be specified by + separating them with a comma. Handling Config Files[[HCF]] |