diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-01-15 00:15:30 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-14 21:43:41 -0600 |
commit | 6eee9e987a2dc6eba183f61fb596b7e0b8cc1645 (patch) | |
tree | 1362731f86ebeff3ab2d38eaff7f78b9dbefdf73 | |
parent | 1dca8b630937450ba66351f53c5ce3e59f14732c (diff) | |
download | pacman-6eee9e987a2dc6eba183f61fb596b7e0b8cc1645.tar.xz |
Update cachedir documentation (FS#9204).
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/pacman.8.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 33c0794c..c47af65e 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -120,9 +120,9 @@ Options *\--cachedir* <'dir'>:: Specify an alternative package cache location (a typical default is ``/var/cache/pacman/pkg''). Multiple cache directories can be specified, - and they are tried in the order they are passed to pacman. *NOTE*: if - specified, this is an absolute path and the root path is not automatically - prepended. This behavior changed in pacman 3.1.0. + and they are tried in the order they are passed to pacman. *NOTE*: this + is an absolute path, the root path is not automatically prepended. This + behavior changed in pacman 3.1.0. *\--config* <'file'>:: Specify an alternate configuration file. |