aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets/ci.sh
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-06-30 19:45:33 +0200
committercbdev <cb@cbcdn.com>2021-06-30 19:45:33 +0200
commit6fab3de48e129e1703f70941f65ae89853e567d5 (patch)
tree31e351212277976f1b6619d244f1100bda63d199 /assets/ci.sh
parent48880cb18dded1d95d52aec5bae55ff31dcf2ad5 (diff)
downloadmidimonster-6fab3de48e129e1703f70941f65ae89853e567d5.tar.gz
midimonster-6fab3de48e129e1703f70941f65ae89853e567d5.tar.bz2
midimonster-6fab3de48e129e1703f70941f65ae89853e567d5.zip
Fix spelling
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"