fix(scripts): typo in run.sh

This commit is contained in:
Ivan Dyachkov 2023-02-22 20:14:13 +01:00
parent 9065cb7429
commit cac0d2f2ae
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ help() {
echo "--only-up: Only start the testbed but do not run CT"
echo "--keep-up: Keep the testbed running after CT"
echo "--ci: Set this flag in GitHub action to enforce no tests are skipped"
echo "--" If any, all args after '--' are passed to rebar3 ct
echo "--: If any, all args after '--' are passed to rebar3 ct"
echo " otherwise it runs the entire app's CT"
}