mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-22 16:31:07 +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
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user