From ce3ad7bc7ddf263f93895b85677faf05d1dac58e Mon Sep 17 00:00:00 2001 From: Chris King-Parra Date: Wed, 7 Mar 2018 20:47:30 -0500 Subject: [PATCH] Fix indent in here doc of usage() in bin/kaleidoscope-builder, part 2. Issue #299. --- bin/kaleidoscope-builder | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 5828728b..6c510eb5 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -303,34 +303,34 @@ usage () { Available commands: help - This help screen. + his help screen. compile - Compiles the sketch. + Compiles the sketch. size - Reports the size of the compiled sketch. + Reports the size of the compiled sketch. build - Runs compile and report-size. + Runs compile and report-size. clean - Cleans up the output directory. + Cleans up the output directory. size-map - Displays the size map for the sketch. + Displays the size map for the sketch. disassemble - Decompile the sketch. + Decompile the sketch. reset-device - Reset the device. + Reset the device. flash - Flashes the firmware using avrdude. + Flashes the firmware using avrdude. build-all - Build all Sketches we can find. + Build all Sketches we can find. EOF }