diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-10 22:22:05 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2014-09-22 08:25:43 -0400 |
commit | 625e6bd41206c5018b1a9e11c5cc2b3aef55a66e (patch) | |
tree | 7865fe8a2fd14ce1342ec19ce2897496488b868e /mkarchroot.in | |
parent | 6dce935b99389713cf5b8a5b698b1abd6670c916 (diff) | |
download | devtools32-625e6bd41206c5018b1a9e11c5cc2b3aef55a66e.tar.xz |
mkarchroot: Correct "Usage:" text.
The "app" hasn't been an option since arch-nspawn was created.
Diffstat (limited to 'mkarchroot.in')
-rw-r--r-- | mkarchroot.in | 2 |
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' |