mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 00:32:44 +00:00
CAT.S: Fix typo in Usage.
This commit is contained in:
parent
806df67ccf
commit
ee74f4b516
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user