Commit 5036f125 authored by Eric Bélanger's avatar Eric Bélanger Committed by Pierre Schmitz
Browse files

mkarchroot: Added default pacman cache in usage help

parent f00c8f66
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}