update USAGE

This commit is contained in:
Thomas Levine 2016-03-10 11:12:17 +00:00
parent a7c44cab70
commit 74651bd169
1 changed files with 1 additions and 1 deletions

2
urchin
View File

@ -428,7 +428,7 @@ has_shebang_line() {
head -n 1 "${1}" | grep -qE '^#!'
}
USAGE="usage: $0 [<options>] <test directory>"
USAGE="usage: $0 [options]... [test file or directory]..."
urchin_help() {
cat <<EOF