arch-chroot: explain default behavior in usage

This commit is contained in:
Dave Reisner 2012-09-08 15:29:18 -04:00
parent 890ab2d2a3
commit debff1be89

View File

@ -6,7 +6,9 @@ m4_include(common)
usage() {
cat <<EOF
usage: ${0##*/} chroot-dir
usage: ${0##*/} chroot-dir [command]
If 'command' is unspecified, ${0##*/} will launch /bin/sh.
EOF
}