Name --qt-widgetcount properly

This commit is contained in:
Florian Bruhin 2014-06-16 14:42:01 +02:00
parent 6554b995d1
commit c6d875f8df

View File

@ -58,7 +58,7 @@ def _parse_args():
metavar='STYLE')
debug.add_argument('--qt-stylesheet', help="Override the Qt application "
"stylesheet.", metavar='STYLESHEET')
debug.add_argument('--qt-widget-count', help="Print debug message at the "
debug.add_argument('--qt-widgetcount', help="Print debug message at the "
"end about number of widgets left undestroyed and "
"maximum number of widgets existed at the same time.",
action='store_const', const=True)