summaryrefslogtreecommitdiff
path: root/yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarn')
-rwxr-xr-xyarn4
1 files 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'],