Apply suggestions from code review

This commit is contained in:
Andrei Yankovich 2023-06-18 18:41:51 +03:00 committed by GitHub
parent c59a6c803e
commit 4baabb760b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -462,7 +462,7 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
help.insert(group, {QuasarAppUtils::OptionData{
{"-extraDepends"}, "{target;val,val}",
"Adds extra dependencies for target, if package is skiped then for rest of all targets.",
"Adds extra dependencies for target, if target is skipped then for rest of all targets",
"Example -extraDepends libssl.so or -targetPackage packageName;myExecutable -extraDepends packageName;libssl.so"
}});