summaryrefslogtreecommitdiffstats
path: root/util/locale_database/cldr2qtimezone.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/locale_database/cldr2qtimezone.py')
-rwxr-xr-xutil/locale_database/cldr2qtimezone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/locale_database/cldr2qtimezone.py b/util/locale_database/cldr2qtimezone.py
index 4695c0d162..98076e2ec1 100755
--- a/util/locale_database/cldr2qtimezone.py
+++ b/util/locale_database/cldr2qtimezone.py
@@ -324,7 +324,7 @@ class ZoneIdWriter (SourceFileEditor):
return windowsIdData, ianaIdData
def usage(err, name, message=''):
- err.write("""Usage: {} path/to/cldr/core/common path/to/qtbase
+ err.write("""Usage: {} path/to/cldr/root path/to/qtbase
""".format(name)) # TODO: more interesting message
if message:
err.write('\n' + message + '\n')