diff options
author | Elliott Hughes <enh@google.com> | 2019-03-02 11:04:09 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-02 14:11:05 -0600 |
commit | b8001d13a68b1b05bff7008fd657af0563890d3f (patch) | |
tree | e526426acf03977219c8743adcc366d47217e910 /scripts/record-commands | |
parent | 0de3874fe2c6c16775bbc93ba5866369eb147bc4 (diff) | |
download | toybox-b8001d13a68b1b05bff7008fd657af0563890d3f.tar.gz |
Fix instances of "Usage:" rather than "usage:".
Diffstat (limited to 'scripts/record-commands')
-rwxr-xr-x | scripts/record-commands | 2 |
1 files changed, 1 insertions, 1 deletions
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 |