summaryrefslogtreecommitdiffstats
path: root/bin/qt-configure-module.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/qt-configure-module.in')
-rwxr-xr-xbin/qt-configure-module.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/qt-configure-module.in b/bin/qt-configure-module.in
index f337f40b8c..cdd350ea22 100755
--- a/bin/qt-configure-module.in
+++ b/bin/qt-configure-module.in
@@ -4,7 +4,12 @@ script_dir_path=`(cd "$script_dir_path"; /bin/pwd)`
printUsage()
{
- echo 'Usage: qt-configure-module <module-source-dir> [options]'
+ cat <<EOF
+Usage: qt-configure-module <module-source-dir> [options]
+
+To display the available options for a Qt module, run
+qt-configure-module <module-source-dir> -help
+EOF
}
if [ "$#" -lt 1 ]; then