From ee74f4b516c07e3e07387cfae5afa85183a28e64 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 11 Jun 2021 23:32:23 -0400 Subject: [PATCH] CAT.S: Fix typo in Usage. --- BIN/CAT.S.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BIN/CAT.S.txt b/BIN/CAT.S.txt index 2e9f0949..aaef9f7c 100644 --- a/BIN/CAT.S.txt +++ b/BIN/CAT.S.txt @@ -326,7 +326,7 @@ OptionList.Cnt .EQ *-OptionList OptionVars .DA #bPrintAll,#bLineNum,#bSuppressBlankLine,#bPrintAll,#bLineNum,#bSuppressBlankLine *-------------------------------------- MSG.USAGE .AS "Usage : CAT File1 [File2...]\r\n" - .AS " -A : Show All non printable caracters\r\n" + .AS " -A : Show All non printable characters\r\n" .AS " -N : Number all output lines\r\n" .AS " -S : Suppress repeated empty output lines" MSG.CRLF .AZ "\r\n"