aboutsummaryrefslogtreecommitdiff
path: root/automated/linux/fwts
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2020-10-19 13:18:57 +0200
committerAnders Roxell <anders.roxell@linaro.org>2020-10-23 14:45:48 +0200
commit72eb38a7c902f1ed65d605cf354fa195e62a74bd (patch)
treef43b90a985b0c44aaaf7e17890b06d0e196841f3 /automated/linux/fwts
parent5c00f8671f84b94d52a2c8d579e885f6a1dcdd69 (diff)
fwts: add help text for skip install
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'automated/linux/fwts')
-rwxr-xr-xautomated/linux/fwts/fwts.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/automated/linux/fwts/fwts.sh b/automated/linux/fwts/fwts.sh
index 5f6dcde5..0b3377cb 100755
--- a/automated/linux/fwts/fwts.sh
+++ b/automated/linux/fwts/fwts.sh
@@ -49,7 +49,11 @@ usage() {
<FWTS_PATH>:
If this parameter is set, then the FWTS suite is cloned to or
- looked for in FWTS_PATH. Otherwise it is cloned to $(pwd)/fwts"
+ looked for in FWTS_PATH. Otherwise it is cloned to $(pwd)/fwts
+
+ <SKIP_INSTALL>:
+ If you already have it installed into the rootfs.
+ default: false"
}
while getopts "h:t:p:u:v:s:" opt; do