From 299c990152855c34da1c14add86dc2c9ed301380 Mon Sep 17 00:00:00 2001 From: Leo Yan Date: Tue, 7 Nov 2017 14:46:17 +0800 Subject: [PATCH] tools/wltests: README: Correct kernel path option Fix README file for kernel path option to "--kernel_src". Signed-off-by: Leo Yan --- tools/wltests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wltests/README.md b/tools/wltests/README.md index 3266c890f..650cdff3f 100644 --- a/tools/wltests/README.md +++ b/tools/wltests/README.md @@ -177,7 +177,7 @@ produced - see the example below. # Minimal command line to run a Workload Automation agenda [LISAShell lisa] \> lisa-wltest-series \ --platform hikey960_android-4.4 \ - --kernel_path /path/to/your/kernel/hikey-linaro \ + --kernel_src /path/to/your/kernel/hikey-linaro \ --series /path/to/your/series.sha1 \ --wa_agenda /path/to/your/agenda.yaml ``` -- GitLab