summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>2013-11-17 21:00:12 +0000
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>2013-11-17 21:00:12 +0000
commitbc310a440d2805e46e40a40ae3d1aec66a3272db (patch)
tree22e995a10e5a2c3c98d8f5d4cc0621e0ef6a672b
parentc05f2346171e4287f3781d28dc29c38da9d0bc5f (diff)
downloadcmdtest-bc310a440d2805e46e40a40ae3d1aec66a3272db.tar.gz
Correct typospf/finish-intro
-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'],