Kernel version 0.9 : Changed all cmd line options to case INSensitive

This commit is contained in:
Rémy GIBERT 2017-06-25 14:04:33 +02:00
parent 256a09dbfe
commit bdb42e3b20
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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:"

View File

@ -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"

View File

@ -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"

View File

@ -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/"