From bc310a440d2805e46e40a40ae3d1aec66a3272db Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Sun, 17 Nov 2013 21:00:12 +0000 Subject: Correct typos --- yarn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn b/yarn index c3cba28..3ec0396 100755 --- a/yarn +++ b/yarn @@ -46,8 +46,8 @@ class YarnRunner(cliapp.Application): self.settings.boolean( ['verbose', 'v'], 'make progress reporting be more verbose ("wall of text"), ' - 'instead of a one-line status info; this is turned ' - 'automatically if there is not terminal') + 'instead of a one-line status info; this is turned off' + 'automatically if there is no terminal') self.settings.string_list( ['shell-library', 's'], -- cgit v1.2.1