Don't print help on input error

This commit is contained in:
2024-12-06 13:16:13 -05:00
parent 4dea07222c
commit 30ab6d9bac

View File

@@ -197,7 +197,7 @@ parse_input() {
shift
done
else
err "Incorrect options provided"; print_help; exit 1
err "Incorrect option provided, see installJRMC --help"; exit 1
fi
# Print some warnings for unsupported argument combinations