summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-10-20 22:44:58 +0200
committerJudd Vinet <judd@archlinux.org>2005-10-20 22:44:58 +0200
commite37bc739bd704d5d0ac22d28d9f5a9334c61707e (patch)
tree49a064460bac562e96455adde1587ec4b9f778a7 /doc
parentfeb152d78c60731df19eb0041e0d22494afe9e09 (diff)
downloadpacman-e37bc739bd704d5d0ac22d28d9f5a9334c61707e.tar.gz
pacman-e37bc739bd704d5d0ac22d28d9f5a9334c61707e.tar.xz
Added CacheDir directive
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pacman.8.in b/doc/pacman.8.in
index 0b84746d..a3c93f65 100644
--- a/doc/pacman.8.in
+++ b/doc/pacman.8.in
@@ -240,6 +240,10 @@ Server = file:///home/pkgs
Overrides the default location of the toplevel database directory. The default is
\fIvar/lib/pacman\fP.
.TP
+.B "CacheDir = path/to/cache/dir"
+Overrides the default location of the package cache directory. The default is
+\fIvar/cache/pacman\fP.
+.TP
.B "HoldPkg = <package> [package] ..."
If a user tries to \fB--remove\fP a package that's listed in HoldPkg, pacman
will ask for confirmation before proceeding.