mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-14 18:39:35 +00:00
main.cpp: fixed typo
This commit is contained in:
parent
54094deeba
commit
21493ff656
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user