summaryrefslogtreecommitdiffstats
path: root/tools/repogen
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repogen')
-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)