mirror of
https://github.com/A2osX/A2osX.git
synced 2025-04-06 18:37:12 +00:00
Kernel version 0.9 : Changed all cmd line options to case INSensitive
This commit is contained in:
parent
256a09dbfe
commit
bdb42e3b20
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -337,8 +337,8 @@ CS.QUIT ldy #hFILE
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
*--------------------------------------
|
||||
OptionList >PSTR "ANS"
|
||||
OptionVars .DA #bPrintAll,#bLineNum,#bSuppress
|
||||
OptionList >PSTR "ANSans"
|
||||
OptionVars .DA #bPrintAll,#bLineNum,#bSuppress,#bPrintAll,#bLineNum,#bSuppress
|
||||
*--------------------------------------
|
||||
MSG.USAGE >CSTR "Usage : CAT File1 [File2...]\r\n -A : Show All non printable caracters\r\n -N : Number all output lines\r\n -S : Suppress repeated empty output lines\r\n"
|
||||
MSG.LINENUM >CSTR "%5D:"
|
||||
|
@ -346,8 +346,8 @@ GetHexFileType lda (ZPPtr1)
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
*--------------------------------------
|
||||
OptionList >PSTR "CR"
|
||||
OptionVars .DA #bContinue,#bRecurse
|
||||
OptionList >PSTR "CRcr"
|
||||
OptionVars .DA #bContinue,#bRecurse,#bContinue,#bRecurse
|
||||
*--------------------------------------
|
||||
MSG.USAGE >PSTR "Usage : CHTYP [File *,? wildcards allowed] [File type : 0HH, SYS,TXT....]\r\n -C : Continue on error\r\n -R : Recurse subdirectories\r\n"
|
||||
MSG.OK >PSTR "[Ok]\r\n"
|
||||
|
@ -289,8 +289,8 @@ A2CharAX pha
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
*--------------------------------------
|
||||
OptionList >PSTR "L"
|
||||
OptionVars .DA #bLL
|
||||
OptionList >PSTR "Ll"
|
||||
OptionVars .DA #bLL,#bLL
|
||||
*--------------------------------------
|
||||
MSG.USAGE >CSTR "Usage : FORMAT <BLOCKDEV> [VOLUME.NAME]\r\n -L : Low-Level Format\r\n"
|
||||
MSG.OK >CSTR "[OK]\r\n"
|
||||
|
@ -467,8 +467,8 @@ FileType2PSTR ldy #0
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
*--------------------------------------
|
||||
OptionList >PSTR "ALR"
|
||||
OptionVars .DA #bAllmostAll,#bLong,#bRecurse
|
||||
OptionList >PSTR "ALRalr"
|
||||
OptionVars .DA #bAllmostAll,#bLong,#bRecurse,#bAllmostAll,#bLong,#bRecurse
|
||||
*--------------------------------------
|
||||
MSG.DEVEXT >CSTR "%15S S%d,D%d Blocks Used:%5D,Total:%5D\r\n"
|
||||
MSG.DIR >CSTR "%S/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user