From 976f877ae43e8eaf2130d9d8e89c951910d4ed58 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Wed, 23 May 2018 11:38:11 +0200 Subject: [PATCH] x230: improve help texts for internal flashing scripts --- x230/x230_heads.sh | 5 ++++- x230/x230_skulls.sh | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/x230/x230_heads.sh b/x230/x230_heads.sh index 048652c..e96caff 100755 --- a/x230/x230_heads.sh +++ b/x230/x230_heads.sh @@ -12,7 +12,10 @@ usage() { echo "Skulls for the X230" echo " Run this script on the X230 directly." - echo " It installs Heads, see http://osresearch.net" + echo "" + echo " This installs Heads, see http://osresearch.net" + echo " Heads is a different project. No image is included." + echo " Read https://github.com/osresearch/heads for how to build it" echo " Make sure you booted Linux with iomem=relaxed" echo "" echo "Usage: $0 -i .rom" diff --git a/x230/x230_skulls.sh b/x230/x230_skulls.sh index 0151d32..a90900a 100755 --- a/x230/x230_skulls.sh +++ b/x230/x230_skulls.sh @@ -12,7 +12,8 @@ usage() { echo "Skulls for the X230" echo " Run this script on the X230 directly." - echo " It updates Skulls to the image you want." + echo "" + echo " This updates Skulls to the given image." echo " Make sure you booted Linux with iomem=relaxed" echo "" echo "Usage: $0 -i <4mb_top_image>.rom"