diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-03 13:38:23 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-09-03 13:40:23 +0200 |
commit | fbf48192be6a03a046c51b44dc1103555a5e84b2 (patch) | |
tree | cb586afe989b56ebb9910d8c296e02e4177921b7 | |
parent | b4c61ecd637abb01af20a8e5f432f1ee9c32ce47 (diff) |
SPEC-3484: fix a typojellyfish_9.99.4jellyfish/9.99.49.99.4
When working on SPEC-3484, I found a typo in the usage printing.
Bug-AGL: SPEC-3484
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Change-Id: Ia904bedd3e6e3ab919cbde1262c18d7c7f8c646c
-rwxr-xr-x | afm-test.target.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <verb>] <path> +Usage: $0 [-l|--lavaoutput] [-v|--verb <verb>] <path> -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 |