summaryrefslogtreecommitdiffstats
path: root/tools/common
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-04-03 08:43:33 +0200
committerNiels Weber <niels.2.weber@nokia.com>2012-04-03 12:14:39 +0200
commit93dc2c072f761ca1517a396bf503b903261532a0 (patch)
tree12da3d37c43c803c44fb16f0e1571dee62287123 /tools/common
parentd0f6762b8b19c7dd17bc06fc5523676513bc593a (diff)
Change usage message to reflect changed config handling.
Change-Id: Ia3287e48faa5b0efa575602933a1d965081b6f28 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'tools/common')
-rw-r--r--tools/common/repositorygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp
index 68fe09b28..7f11ad26e 100644
--- a/tools/common/repositorygen.cpp
+++ b/tools/common/repositorygen.cpp
@@ -52,7 +52,7 @@ using namespace QInstallerTools;
void QInstallerTools::printRepositoryGenOptions()
{
- std::cout << " -c|--config dir The directory containing the installer configuration" << std::endl;
+ std::cout << " -c|--config file The file containing the installer configuration" << std::endl;
std::cout << " -p|--packages dir The directory containing the available packages." << std::endl;
std::cout << " Defaults to the current working directory." << std::endl;