summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2010-02-21 13:27:29 -0500
committerPierre Schmitz <pierre@archlinux.de>2010-02-21 19:34:11 +0100
commit5036f1250e8995670cd7e2346bf12c12d5589de1 (patch)
treed1b0a7a4af38269cdb7d1210328f75d45181613d
parentf00c8f66bda62018c95afb9e8b9009e8657bcb1d (diff)
mkarchroot: Added default pacman cache in usage help0.9.3
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
-rwxr-xr-xmkarchroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot b/mkarchroot
index becb39e..208b144 100755
--- a/mkarchroot
+++ b/mkarchroot
@@ -26,7 +26,7 @@ usage() {
echo ' -C <file> Location of a pacman config file'
echo ' -M <file> Location of a makepkg config file'
echo ' -n Do not copy config files into the chroot'
- echo " -c <dir> Set pacman cache. Default: ${cache_dir}"
+ echo " -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg"
echo ' -h This message'
exit $1
}