main.cpp: fixed typo

This commit is contained in:
Marcel Petrick 2022-07-20 12:44:20 +02:00 committed by GitHub
parent 54094deeba
commit 21493ff656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ int main(int argc, char *argv[]) {
if (!QuasarAppUtils::Params::parseParams(argc, argv, DeployCore::avilableOptions())) { if (!QuasarAppUtils::Params::parseParams(argc, argv, DeployCore::avilableOptions())) {
QuasarAppUtils::Params::log("Wrong parameters. Please use the 'help' of 'h' option for show help page.", QuasarAppUtils::Warning); QuasarAppUtils::Params::log("Wrong parameters. Please use the 'help' of 'h' option to show the help page.", QuasarAppUtils::Warning);
exit(4); exit(4);
} }