diff --git a/utils/deploy_tool/main.cpp b/utils/deploy_tool/main.cpp index 448c177f..1837f25f 100644 --- a/utils/deploy_tool/main.cpp +++ b/utils/deploy_tool/main.cpp @@ -38,8 +38,8 @@ void usage() { piCout << "If some Qt dependency found, copy corresponding Qt plugins."; piCout << "Styles and platforms selected by -S and -P flags,"; piCout << "any other plugins described by --qt-plugins flag in next format:"; - piCout << "\"[*="DELIM"]=,"DELIM"=,\", e.g."; - piCout << "\"sqldrivers=lite,mysql"DELIM"geoservices="DELIM"position=nmea\"."; + piCout << "\"[*=" DELIM "]=," DELIM "=,\", e.g."; + piCout << "\"sqldrivers=lite,mysql" DELIM "geoservices=" DELIM "position=nmea\"."; piCout << "If no regexp specified for plugins, nothing will be copied."; piCout << "Default regexp set by \"*=\"."; piCout << "\"*=\" disable optional plugins."; @@ -56,8 +56,8 @@ void usage() { piCout << ""; piCout << Bold << "Processing control"; piCout << "-f, --fake " << Green << "- don`t copy, only print"; - piCout << "-s " << Green << "- set search pathes for system libraries, may be separated by \""DELIM"\", default \"/usr/lib\""; - piCout << "--ignore " << Green << "- ignore libraries names, may be separated by \""DELIM"\", default \"\""; + piCout << "-s " << Green << "- set search pathes for system libraries, may be separated by \"" DELIM "\", default \"/usr/lib\""; + piCout << "--ignore " << Green << "- ignore libraries names, may be separated by \"" DELIM "\", default \"\""; piCout << "-l " << Green << "- \"ldd\" path, default \"/usr/bin/ldd\""; piCout << "-L " << Green << "- \"readelf\" path, overrides \"ldd\""; piCout << "-W " << Green << "- \"objdump\" path, overrides \"ldd\""; @@ -81,7 +81,7 @@ void usage() { piCout << ""; piCout << Bold << "Input control"; piCout << " ... " << Green << "- executable to process"; - piCout << "-a " << Green << "- additional libs, separated by \""DELIM"\". Libraries will be searched in "; + piCout << "-a " << Green << "- additional libs, separated by \"" DELIM "\". Libraries will be searched in "; } struct QtDep {