Update README.md

This commit is contained in:
Joshua Bell 2019-08-11 12:54:00 -07:00 committed by GitHub
parent 5da7ca29ef
commit 3682b4fd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# chtype - change file type command for ProDOS
# chtype - change file type command for ProDOS
Build with [ca65](https://cc65.github.io/doc/ca65.html)
@ -12,7 +12,7 @@ CHTYPE pathname[,Ttype][,Aauxtype][,S#][,D#]
```
Examples:
* `CHTYPE` - show current type/auxtype
* `CHTYPE file` - show current type/auxtype
* `CHTYPE pic,T$08` - set just type
* `CHTYPE file,A$0640` - set just auxtype
* `CHTYPE now_basic,TBAS,A$801` - set both type and auxtype