summaryrefslogtreecommitdiff
path: root/resources/scripts/download/flashrom
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2022-02-19 12:38:48 +0000
committerGogs <gogitservice@gmail.com>2022-02-19 12:38:48 +0000
commitfd41399961d81cfda997cb580957650b6ea5e9c3 (patch)
tree2edd48f32872f646d2d783816bb479db84e3614f /resources/scripts/download/flashrom
parentcceffff659452daca0c1cd05d5bf981551dbee9c (diff)
parent8833be159bfff1c417a7459dec323384bcbcb4d0 (diff)
Merge branch 'master' of GNUtoo/lbmk into master
Diffstat (limited to 'resources/scripts/download/flashrom')
-rwxr-xr-xresources/scripts/download/flashrom17
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/scripts/download/flashrom b/resources/scripts/download/flashrom
index a22f22f2..c5ff4bac 100755
--- a/resources/scripts/download/flashrom
+++ b/resources/scripts/download/flashrom
@@ -21,6 +21,23 @@
[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
+usage()
+{
+ progname="./download flashrom"
+ printf "Usage:\n"
+ printf "\t%s # %s\n" \
+ "${progname}" \
+ "Download flashrom"
+ printf "\t%s --help # %s\n" \
+ "${progname}" \
+ "Prints this help"
+}
+
+if [ $# -ne 0 ] ; then
+ usage
+ exit 0
+fi
+
# Get flashrom at the last previously tested revision
# Remove the old version that may still exist: