From 46ec9e3548b5b567c7eb18c360f54a77b6313b12 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Tue, 13 Nov 2007 19:32:56 -0500 Subject: 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 Signed-off-by: Dan McGee --- doc/pacman.8.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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]] -- cgit v1.2.3-24-g4f1b