From 70a91cbb22bb3ec88d518e2e6c43553c53cde318 Mon Sep 17 00:00:00 2001 From: Nathan Jones Date: Tue, 13 Nov 2007 18:38:11 -0500 Subject: Add help for --ignoregroup. Signed-off-by: Nathan Jones [Dan: split usage line into two lines for clarity] Signed-off-by: Dan McGee --- doc/pacman.8.txt | 4 ++++ src/pacman/pacman.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 9cb4476f..db7f9c3a 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -269,6 +269,10 @@ Sync Options[[SO]] Directs pacman to ignore upgrades of package even if there is one available. +*\--ignoregroup* <'group'>:: + Directs pacman to ignore upgrades of all packages in 'group' even if + there is one available. + Handling Config Files[[HCF]] ---------------------------- diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index b00e3dc0..9f0293f8 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -134,6 +134,8 @@ static void usage(int op, const char * const myname) printf(_(" -w, --downloadonly download packages but do not install/upgrade anything\n")); printf(_(" -y, --refresh download fresh package databases from the server\n")); printf(_(" --ignore ignore a package upgrade (can be used more than once)\n")); + printf(_(" --ignoregroup \n" + " ignore a group upgrade (can be used more than once)\n")); } printf(_(" --config set an alternate configuration file\n")); printf(_(" --logfile set an alternate log file\n")); -- cgit v1.2.3-24-g4f1b