evl/tests: test: fix usage string

This commit is contained in:
Philippe Gerum 2020-02-14 17:20:23 +01:00
parent c5eb1e1d31
commit 34a16c3f9d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if test \! -d $EVL_TESTDIR; then
fi
usage() {
echo >&2 "usage: $(basename $1) [-l][-L] [test-list]"
echo >&2 "usage: $(basename $1) [-l][-L][-k] [test-list]"
}
args=$(getopt -n $(basename $0) 'h@klL' "$@")