summaryrefslogtreecommitdiffstats
path: root/tools/common
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-02-22 14:30:18 +0100
committerNiels Weber <niels.weber@digia.com>2013-02-25 11:44:25 +0100
commit9561e4cd6185b461646d1910e80bc849b677711d (patch)
treeb396cc10d3b55e57e52d240f3a0cd3fa7a2fde12 /tools/common
parent4af5c850bdb2111f170372c9b1433ed0b9cce2b3 (diff)
remove configfile use for repogen
Change-Id: I54b9e59ad5d9d4092996fe5fd58157631c552f3f Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools/common')
-rw-r--r--tools/common/repositorygen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/common/repositorygen.cpp b/tools/common/repositorygen.cpp
index 6bdc52b49..4ca7867af 100644
--- a/tools/common/repositorygen.cpp
+++ b/tools/common/repositorygen.cpp
@@ -61,8 +61,6 @@ using namespace QInstallerTools;
void QInstallerTools::printRepositoryGenOptions()
{
- 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;