aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'assets/ci.sh')
-rwxr-xr-xassets/ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/ci.sh b/assets/ci.sh
index f31f385..0bc6d4a 100755
--- a/assets/ci.sh
+++ b/assets/ci.sh
@@ -67,8 +67,8 @@ ARGS(){
print_help() {
printf "Usage: %s [OPTIONS]\n\n" "$0"
printf -- "-t=<argument>, <argument>\t--target=<argument>, <argument>\n\n"
- printf -- "--deploy\tPackage release/nightly versions to the ./deployment/\$target directory.\n"
- printf -- "--deps\t\tCheck and install all dependencies needed for the specified target without the need to manualy run the dependency install targets/s.\n"
+ printf -- "--deploy\tPack releases to the ./deployment/\$target directory.\n"
+ printf -- "--deps\t\tCheck and install all dependencies needed for the specified target prior to target run.\n"
printf -- "-af, --allow-failure\tAlways exit with code 0.\n"
printf -- "-v, --verbose\tEnables detailed log output.\n\n"
printf "Valid test targets are: \t\"check-spelling\" - \"1\", \"check-codespelling\" - \"2\", \"analyze-complexity\" - \"3\", \"analyze-shellscript\" - \"4\", \"stats\" - \"5\".\n"