From e7a2d019fc8be99f61315e8f4740ae5868d7912f Mon Sep 17 00:00:00 2001 From: Joel Gerber Date: Sat, 10 Jun 2017 10:27:34 -0400 Subject: [PATCH] Fix spelling error and adjust grammar for the --timings argument --- xonsh/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonsh/main.py b/xonsh/main.py index f4b67044f..184826951 100644 --- a/xonsh/main.py +++ b/xonsh/main.py @@ -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)