summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-05-10 21:17:16 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-05-10 21:17:16 +0200
commit2fd097a837878e3b0c88ea863e7e0baf4e942cf1 (patch)
treeb29b62c8a815013020a2f76f9ee5d84df158b8ef /tools
parentcfba9253ee15421e8bff211873e909e2245dc935 (diff)
improved usage output
Diffstat (limited to 'tools')
-rw-r--r--tools/operationrunner/operationrunner.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/operationrunner/operationrunner.cpp b/tools/operationrunner/operationrunner.cpp
index 4a4e81900..623c711c6 100644
--- a/tools/operationrunner/operationrunner.cpp
+++ b/tools/operationrunner/operationrunner.cpp
@@ -57,7 +57,9 @@ static void printUsage()
std::cout << std::endl;
std::cout << "operationrunner \"Execute\" \"{0,1}\" \"C:\\Windows\\System32\\cmd.exe\" \"/A\" \"/Q\" \"/C\" \"magicmaemoscript.bat\" \"showStandardError\"" << std::endl;
std::cout << std::endl;
+ std::cout << std::endl;
std::cout << "Note: there is an optional argument --sdktargetdir which is needed by some operations" << std::endl;
+ std::cout << std::endl;
std::cout << "operationrunner --sdktargetdir c:\\QtSDK \"RegisterToolChain\" \"GccToolChain\" \"Qt4ProjectManager.ToolChain.GCCE\" \"GCCE 4 for Symbian targets\" \"arm-symbian-device-elf-32bit\" \"c:\\QtSDK\\Symbian\\tools\\gcce4\\bin\\arm-none-symbianelf-g++.exe\""<< std::endl;
}