CAT.S: Fix typo in Usage.

This commit is contained in:
Bobbi Webber-Manners 2021-06-11 23:32:23 -04:00
parent 806df67ccf
commit ee74f4b516

View File

@ -326,7 +326,7 @@ OptionList.Cnt .EQ *-OptionList
OptionVars .DA #bPrintAll,#bLineNum,#bSuppressBlankLine,#bPrintAll,#bLineNum,#bSuppressBlankLine OptionVars .DA #bPrintAll,#bLineNum,#bSuppressBlankLine,#bPrintAll,#bLineNum,#bSuppressBlankLine
*-------------------------------------- *--------------------------------------
MSG.USAGE .AS "Usage : CAT File1 [File2...]\r\n" 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 " -N : Number all output lines\r\n"
.AS " -S : Suppress repeated empty output lines" .AS " -S : Suppress repeated empty output lines"
MSG.CRLF .AZ "\r\n" MSG.CRLF .AZ "\r\n"