fixed typo

This commit is contained in:
Tearran
2024-10-27 21:11:32 -07:00
committed by Joey Turner
parent 0257c62639
commit 791da5a3d7

View File

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