summaryrefslogtreecommitdiffstats
path: root/tools/repogen/repogen.cpp
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-03-20 17:36:54 +0100
committerTim Jenssen <tim.jenssen@nokia.com>2012-03-27 15:46:24 +0200
commit6df4c5d7d7469227e61bfc14fb7525df7028487b (patch)
tree3fe798862c6ce7bcbeb019ac38b3e9a6106cd55c /tools/repogen/repogen.cpp
parent9e91e8a56fdc8080353323af0f380aab117a6920 (diff)
changed binarycreator to use the new option syntax only
Change-Id: If78009c9364a4eda9f5219e892b4adaf57ae4354 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'tools/repogen/repogen.cpp')
-rw-r--r--tools/repogen/repogen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index 2dc7a860e..4a32fa257 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -67,7 +67,7 @@ static void printUsage()
std::cout << std::endl;
std::cout << "Example:" << std::endl;
std::cout << " " << appName << " -p ../examples/packages -c ../examples/config -u "
- "http://www.some-server.com:8080 repository/ com.nokia.sdk" << std::endl;
+ "http://www.some-server.com:8080 repository/" << std::endl;
}
static int printErrorAndUsageAndExit(const QString &err)