From fa0533fae989c8de121d529a0775aff45121fc5d Mon Sep 17 00:00:00 2001 From: Andrew Keesler Date: Mon, 10 Aug 2020 10:18:36 -0400 Subject: [PATCH] hack/module.sh: update usage with unittest command Signed-off-by: Andrew Keesler --- hack/module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/module.sh b/hack/module.sh index 596137cec..2d2e970f6 100755 --- a/hack/module.sh +++ b/hack/module.sh @@ -52,7 +52,7 @@ function with_modules() { function usage() { echo "Error: must be specified" - echo " do.sh [tidy, lint, test]" + echo " do.sh [tidy, lint, test, unittest]" exit 1 }