diff options
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) | |
download | devtools32-5036f1250e8995670cd7e2346bf12c12d5589de1.tar.xz |
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-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |