arch-chroot: explain default behavior in usage
This commit is contained in:
parent
890ab2d2a3
commit
debff1be89
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user