Explorar o código

fix(scripts): typo in run.sh

Ivan Dyachkov %!s(int64=3) %!d(string=hai) anos
pai
achega
cac0d2f2ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/ct/run.sh

+ 1 - 1
scripts/ct/run.sh

@@ -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"
 }