summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-23 16:02:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-26 21:42:08 +0100
commit3f91558d400be62be96fc3c6da36ad846ccddc9c (patch)
tree02598b47663a9ae2ddca3a56dcb82ce0bf4c6123 /bin
parentd0adf75a74d18ff074bbdf257614134a92c4e5cd (diff)
fix grammar in error message
Change-Id: I3fe4e0fa6da1467a4572e7f1dec1be7294632e34 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/syncqt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/syncqt b/bin/syncqt
index f030b92cd3..e4e01686a8 100755
--- a/bin/syncqt
+++ b/bin/syncqt
@@ -808,7 +808,7 @@ while ( @ARGV ) {
# thus the 'qtbase' path check!)
die "Cannot automatically detect/use provided path to QtBase's build directory!\n" .
"QTDIR detected/provided: " . (defined $qtbasedir ? $qtbasedir : "-none-") . "\n" .
- "Please -qtdir option to provide the correct path.\nsyncqt failed"
+ "Please use the -qtdir option to provide the correct path.\nsyncqt failed"
if (!$qtbasedir || !-d "$qtbasedir/mkspecs");
# if we have no $basedir we cannot be sure which sources you want, so die