Indent here doc in usage() of bin/kaledoscope-builder. Issue #299.

pull/305/head
Chris King-Parra 7 years ago committed by Gergely Nagy
parent f094bdaa4e
commit 96f3f18aaf

@ -41,6 +41,7 @@ firmware_size () {
echo "${output}" | sed -e "s/\(Program:.*\)(\([0-9\.]*%\) Full)/\1(${PERCENT}% Full)/"
}
find_sketch () {
SKETCH="${SKETCH:-${DEFAULT_SKETCH}}"
LIBRARY="${LIBRARY:-${SKETCH}}"
@ -294,7 +295,7 @@ EOF
}
usage () {
cat <<EOF
cat <<- EOF
Usage: $0 SKETCH commands...
Runs all of the commands in the context of the Sketch.

Loading…
Cancel
Save