Commit 625e6bd4 authored by Luke Shumaker's avatar Luke Shumaker Committed by Dave Reisner
Browse files

mkarchroot: Correct "Usage:" text.

The "app" hasn't been an option since arch-nspawn was created.
parent 6dce935b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ CHROOT_VERSION='v3'
working_dir=''

usage() {
	echo "Usage: ${0##*/} [options] working-dir [package-list | app]"
	echo "Usage: ${0##*/} [options] working-dir package-list..."
	echo ' options:'
	echo '    -C <file>     Location of a pacman config file'
	echo '    -M <file>     Location of a makepkg config file'