From 93dc2c072f761ca1517a396bf503b903261532a0 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Tue, 3 Apr 2012 08:43:33 +0200 Subject: Change usage message to reflect changed config handling. Change-Id: Ia3287e48faa5b0efa575602933a1d965081b6f28 Reviewed-by: Karsten Heimrich --- tools/binarycreator/binarycreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/binarycreator') diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp index c690a29db..a3ac6c280 100644 --- a/tools/binarycreator/binarycreator.cpp +++ b/tools/binarycreator/binarycreator.cpp @@ -415,7 +415,7 @@ static void printUsage() std::cout << "Creates an offline installer for the SDK, containing all dependencies." << std::endl; std::cout << std::endl; std::cout << "Example (online installer):" << std::endl; - std::cout << " " << appName << " -c installer-config -p packages-directory -e com.nokia.sdk.qt," + std::cout << " " << appName << " -c installer-config/config.xml -p packages-directory -e com.nokia.sdk.qt," "com.nokia.qtcreator -t installerbase SDKInstaller.exe" << std::endl; std::cout << std::endl; std::cout << "Creates an installer for the SDK without qt and qt creator." << std::endl; -- cgit v1.2.3