diff --git a/tools/config-assemble.sh b/tools/config-assemble.sh index 3e719c08..959af19e 100755 --- a/tools/config-assemble.sh +++ b/tools/config-assemble.sh @@ -18,8 +18,8 @@ print_help() { echo "Usage: $0 [OPTIONS]" echo "Options:" echo " -h Display this help message" -echo " -p Assembe module and jobs for production" -echo " -t Assembe module and jobs for testing" +echo " -p Assemble module and jobs for production" +echo " -t Assemble module and jobs for testing" }