From 75ace390f7f497300adb59b3597f1cec2f31c21f Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sat, 17 Jul 2004 01:55:28 +0000 Subject: Imported from pacman-2.8.1.tar.gz --- doc/pacman.8.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/pacman.8.in b/doc/pacman.8.in index 29ba0c0b..5d4d9bde 100644 --- a/doc/pacman.8.in +++ b/doc/pacman.8.in @@ -1,4 +1,4 @@ -.TH pacman 8 "July 2, 2004" "pacman #VERSION#" "" +.TH pacman 8 "July 16, 2004" "pacman #VERSION#" "" .SH NAME pacman \- package manager utility .SH SYNOPSIS @@ -98,6 +98,10 @@ a backwards --sync operation. .TP .B "\-v, \-\-verbose" Output more status and error messages. +.TP +.B "\-\-noconfirm" +Bypass any and all "Are you sure?" messages. It's not a good to do this +unless you want to run pacman from a script. .SH SYNC OPTIONS .TP .B "\-c, \-\-clean" @@ -227,6 +231,10 @@ Server = file:///home/pkgs Overrides the default location of the toplevel database directory. The default is \fIvar/lib/pacman\fP. .TP +.B "HoldPkg = [package] ..." +If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman +will ask for confirmation before proceeding. +.TP .B "IgnorePkg = [package] ..." Instructs pacman to ignore any upgrades for this package when performing a \fB--sysupgrade\fP. -- cgit v1.2.3-24-g4f1b