mkarchroot: Correct "Usage:" text.

The "app" hasn't been an option since arch-nspawn was created.
This commit is contained in:
Luke Shumaker 2014-05-10 22:22:05 -04:00 committed by Dave Reisner
parent 6dce935b99
commit 625e6bd412
1 changed files with 1 additions and 1 deletions

View File

@ -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'