index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Bélanger <snowmaniscool@gmail.com> | 2010-02-21 13:27:29 -0500 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-02-21 19:34:11 +0100 |
commit | 5036f1250e8995670cd7e2346bf12c12d5589de1 (patch) | |
tree | d1b0a7a4af38269cdb7d1210328f75d45181613d | |
parent | f00c8f66bda62018c95afb9e8b9009e8657bcb1d (diff) |
-rwxr-xr-x | mkarchroot | 2 |
@@ -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 } |