From a387bfc55e4d90662b5ecc1e64cadf2598ea3e15 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 Mar 2014 18:48:14 +0000 Subject: Fix doc for --run to speak of scenarios --- yarn | 4 ++-- 1 file 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'], -- cgit v1.2.1