summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-09-22 15:44:42 +1000
committerAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2010-09-22 15:46:02 +1000
commit12bf8159390a72ad60d1e398db79edc1a2bef46a (patch)
tree95e71c6845d9b8ca67f5dc49960867bc7364e34e /tools
parent5245ca38c387d14d29f6544623cf71cfbdc5b59b (diff)
Add Mobility version string to servicedbgen
Diffstat (limited to 'tools')
-rw-r--r--tools/servicedbgen/servicedbgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/servicedbgen/servicedbgen.cpp b/tools/servicedbgen/servicedbgen.cpp
index c208ebe23d..29d65676ec 100644
--- a/tools/servicedbgen/servicedbgen.cpp
+++ b/tools/servicedbgen/servicedbgen.cpp
@@ -216,7 +216,7 @@ void CommandProcessor::execute(const QStringList &options, const QString &cmd, c
void CommandProcessor::showUsage()
{
- *stdoutStream << "Service framework database management tool, version " << QString(TOOL_VERSION) << "\n"
+ *stdoutStream << "Service framework database management tool, version " << QString(TOOL_VERSION) << " with QtMobility " << QString(QTM_VERSION_STR) << "\n"
"Usage: servicedbgen [options] <command> [command parameters]\n\n"
"Commands:\n"
"\tadd Register or update a service\n"