summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2016-03-29 19:54:40 -0700
committerThiago Macieira <thiago.macieira@intel.com>2016-05-10 23:12:01 +0000
commit627794a49201745eb09c64342ed67e2458baf4c1 (patch)
tree8834f2f0cd72b7671e6087fa2ec11882b7614ca0
parent38fc6ad3e789c69dd09b0c494ead107d6da10807 (diff)
downloadqttools-627794a49201745eb09c64342ed67e2458baf4c1.tar.gz
Remove extraneous . at the end of the option
Change-Id: Id69569111e7d4e619e22ffff144d170804b03699 Reviewed-by: Volker Krause <volker.krause@kdab.com>
-rw-r--r--src/qtpaths/qtpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtpaths/qtpaths.cpp b/src/qtpaths/qtpaths.cpp
index a45064cc7..97f613a23 100644
--- a/src/qtpaths/qtpaths.cpp
+++ b/src/qtpaths/qtpaths.cpp
@@ -161,7 +161,7 @@ int main(int argc, char **argv)
QCoreApplication::translate("qtpaths", "Find writable path for <type>."), QStringLiteral("type"));
parser.addOption(writablePath);
- QCommandLineOption locateDir(QStringList() << QStringLiteral("locate-dir") << QStringLiteral("locate-directory."),
+ QCommandLineOption locateDir(QStringList() << QStringLiteral("locate-dir") << QStringLiteral("locate-directory"),
QCoreApplication::translate("qtpaths", "Locate directory [name] in <type>."), QStringLiteral("type"));
parser.addOption(locateDir);