From b8001d13a68b1b05bff7008fd657af0563890d3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:04:09 -0800 Subject: Fix instances of "Usage:" rather than "usage:". --- scripts/minicom.sh | 2 +- scripts/record-commands | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/minicom.sh b/scripts/minicom.sh index 1a9b0d86..f47d0966 100755 --- a/scripts/minicom.sh +++ b/scripts/minicom.sh @@ -4,7 +4,7 @@ if [ ! -c "$1" ] then - echo "Usage: minicom.sh /dev/ttyS0" + echo "usage: minicom.sh /dev/ttyS0" exit 1 fi diff --git a/scripts/record-commands b/scripts/record-commands index 741c3818..8410966b 100755 --- a/scripts/record-commands +++ b/scripts/record-commands @@ -7,7 +7,7 @@ if [ $# -eq 0 ] then - echo "Usage: WRAPDIR=dir WRAPLOG=log.txt record-commands COMMAND..." + echo "usage: WRAPDIR=dir WRAPLOG=log.txt record-commands COMMAND..." echo 'Then examine log.txt. "record-commands echo" to just setup $WRAPDIR' exit 1 fi -- cgit v1.2.3