summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-10 18:48:14 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-10 18:48:14 +0000
commita387bfc55e4d90662b5ecc1e64cadf2598ea3e15 (patch)
tree506845504af7950bd822557d47f8e00d417c54d4
parent344a817463684b6388aa79ee8234d58dc40b1f10 (diff)
downloadcmdtest-a387bfc55e4d90662b5ecc1e64cadf2598ea3e15.tar.gz
Fix doc for --run to speak of scenarios
-rwxr-xr-xyarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarn b/yarn
index f2b48b5..bb62493 100755
--- a/yarn
+++ b/yarn
@@ -55,8 +55,8 @@ class YarnRunner(cliapp.Application):
self.settings.string_list(
['run', 'r'],
- 'run only TEST (this option can be repeated)',
- metavar='TEST')
+ 'run only SCENARIO (this option can be repeated)',
+ metavar='SCENARIO')
self.settings.string(
['tempdir'],