[arch-dev-public] [PATCH] mkarchroot: Added default pacman cache in usage help
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- mkarchroot | 2 +- 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 } -- 1.7.0
Am Sonntag, 21. Februar 2010 19:27:29 schrieb Eric Bélanger:
- echo " -c <dir> Set pacman cache. Default: ${cache_dir}" + echo " -c <dir> Set pacman cache. Default: /var/cache/pacman/pkg"
A typical "Allan broke it". :P Patch applied. -- Pierre Schmitz, https://users.archlinux.de/~pierre
participants (2)
-
Eric Bélanger
-
Pierre Schmitz