mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
Fix spelling error and adjust grammar for the --timings argument
This commit is contained in:
parent
f128571e3c
commit
e7a2d019fc
1 changed files with 2 additions and 2 deletions
|
@ -171,8 +171,8 @@ def parser():
|
|||
default=None)
|
||||
p.add_argument('--timings',
|
||||
help='Prints timing information before the prompt is shown. '
|
||||
'This is usefull to track down performance issues '
|
||||
'and investigate startup times.',
|
||||
'This is useful while tracking down performance issues '
|
||||
'and investigating startup times.',
|
||||
dest='timings',
|
||||
action='store_true',
|
||||
default=None)
|
||||
|
|
Loading…
Add table
Reference in a new issue