summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],