mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 18:54:33 +00:00
Apply suggestions from code review
This commit is contained in:
parent
c59a6c803e
commit
4baabb760b
@ -462,7 +462,7 @@ QuasarAppUtils::OptionsDataList DeployCore::avilableOptions() {
|
|||||||
|
|
||||||
help.insert(group, {QuasarAppUtils::OptionData{
|
help.insert(group, {QuasarAppUtils::OptionData{
|
||||||
{"-extraDepends"}, "{target;val,val}",
|
{"-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"
|
"Example -extraDepends libssl.so or -targetPackage packageName;myExecutable -extraDepends packageName;libssl.so"
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user