diff options
-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 |