From fbf48192be6a03a046c51b44dc1103555a5e84b2 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 3 Sep 2020 13:38:23 +0200 Subject: SPEC-3484: fix a typo When working on SPEC-3484, I found a typo in the usage printing. Bug-AGL: SPEC-3484 Signed-off-by: Corentin LABBE Change-Id: Ia904bedd3e6e3ab919cbde1262c18d7c7f8c646c --- afm-test.target.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afm-test.target.sh b/afm-test.target.sh index 1d400c0..729fd38 100755 --- a/afm-test.target.sh +++ b/afm-test.target.sh @@ -29,7 +29,7 @@ function cleanup() { function usage() { cat >&2 << EOF -Usage: $0 [-l|--lava] [-v|--verb ] +Usage: $0 [-l|--lavaoutput] [-v|--verb ] -l|--lavaoutput: flag that enable Lava test marker to the output. (Default: disabled) -v|--verb: select a specific verb to launch from the test API. (Default: all) path: path to the test wgt file -- cgit 1.2.3-korg