summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-11 04:22:05 +0200
committerDave Reisner <dreisner@archlinux.org>2014-09-22 14:25:43 +0200
commit625e6bd41206c5018b1a9e11c5cc2b3aef55a66e (patch)
tree7865fe8a2fd14ce1342ec19ce2897496488b868e
parent6dce935b99389713cf5b8a5b698b1abd6670c916 (diff)
downloaddevtools-625e6bd41206c5018b1a9e11c5cc2b3aef55a66e.tar.gz
devtools-625e6bd41206c5018b1a9e11c5cc2b3aef55a66e.tar.xz
mkarchroot: Correct "Usage:" text.
The "app" hasn't been an option since arch-nspawn was created.
-rw-r--r--mkarchroot.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot.in b/mkarchroot.in
index fb472bc..5f3d6fe 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -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'