Fix spelling error and adjust grammar for the --timings argument

This commit is contained in:
Joel Gerber 2017-06-10 10:27:34 -04:00
parent f128571e3c
commit e7a2d019fc
Failed to generate hash of commit

View file

@ -171,8 +171,8 @@ def parser():
default=None) default=None)
p.add_argument('--timings', p.add_argument('--timings',
help='Prints timing information before the prompt is shown. ' help='Prints timing information before the prompt is shown. '
'This is usefull to track down performance issues ' 'This is useful while tracking down performance issues '
'and investigate startup times.', 'and investigating startup times.',
dest='timings', dest='timings',
action='store_true', action='store_true',
default=None) default=None)