[pacman-dev] [PATCH] Add help for --ignoregroup.

Nathan Jones nathanj at insightbb.com
Tue Nov 13 18:38:11 EST 2007


Signed-off-by: Nathan Jones <nathanj at insightbb.com>
---
 doc/pacman.8.txt    |    4 ++++
 src/pacman/pacman.c |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 9cb4476..db7f9c3 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 b00e3dc..af61ab9 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -134,6 +134,7 @@ 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 <pkg>   ignore a package upgrade (can be used more than once)\n"));
+			printf(_("      --ignoregroup <grp>\n                       ignore a group upgrade (can be used more than once)\n"));
 		}
 		printf(_("      --config <path>  set an alternate configuration file\n"));
 		printf(_("      --logfile <path> set an alternate log file\n"));
-- 
1.5.3.5




More information about the pacman-dev mailing list