From 6fab3de48e129e1703f70941f65ae89853e567d5 Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 30 Jun 2021 19:45:33 +0200 Subject: Fix spelling --- assets/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') 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=, \t--target=, \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" -- cgit v1.2.3