summaryrefslogtreecommitdiffstats
path: root/tools/repogen/repogen.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-04-12 13:09:44 +0200
committerNiels Weber <niels.weber@digia.com>2013-04-15 10:11:47 +0200
commit4173c7ce049b0e1e20c8aaacded321016a0425f3 (patch)
tree46a016e89600c9eba180e2f232bcd07cfcfa30dd /tools/repogen/repogen.cpp
parent8d9355453af148bbd491a5c59e91fa471637be15 (diff)
Use example.com as example domain.
Change-Id: I68d481b9bd36a88decb25040d22bda5b9dfc1cc9 Reviewed-by: Tim Jenssen <tim.jenssen@digia.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 84a7d918e..dfa8852f3 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -80,7 +80,7 @@ static void printUsage()
std::cout << std::endl;
std::cout << "Example:" << std::endl;
std::cout << " " << appName << " -p ../examples/packages -u "
- "http://www.some-server.com:8080 repository/" << std::endl;
+ "http://www.example.com:8080 repository/" << std::endl;
}
static int printErrorAndUsageAndExit(const QString &err)