hack/module.sh: update usage with unittest command

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
This commit is contained in:
Andrew Keesler 2020-08-10 10:18:36 -04:00
parent b379d5148c
commit fa0533fae9
No known key found for this signature in database
GPG Key ID: 27CE0444346F9413

View File

@ -52,7 +52,7 @@ function with_modules() {
function usage() {
echo "Error: <task> must be specified"
echo " do.sh <task> [tidy, lint, test]"
echo " do.sh <task> [tidy, lint, test, unittest]"
exit 1
}