Skip to content

Commit 3682b4f

Browse files
Update README.md
1 parent 5da7ca2 commit 3682b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chtype - change file type command for ProDOS
1+
# chtype - change file type command for ProDOS
22

33
Build with [ca65](https://cc65.github.io/doc/ca65.html)
44

@@ -12,7 +12,7 @@ CHTYPE pathname[,Ttype][,Aauxtype][,S#][,D#]
1212
```
1313

1414
Examples:
15-
* `CHTYPE` - show current type/auxtype
15+
* `CHTYPE file` - show current type/auxtype
1616
* `CHTYPE pic,T$08` - set just type
1717
* `CHTYPE file,A$0640` - set just auxtype
1818
* `CHTYPE now_basic,TBAS,A$801` - set both type and auxtype

0 commit comments

Comments
 (0)