Skip to content

Commit e90f134

Browse files
committed
fix: add new programs to help
1 parent 16800a5 commit e90f134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/help.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ PROGRAMS: db "Programs:", 0x0a, 0x0d
6161
db " - mv <source-path> <destination-path>: move file from source"
6262
db " to destination", 0x0a, 0x0d
6363
db " - rm <file-path>: delete a file", 0x0a, 0x0d
64-
db " - snake: launch a snake game", 0x0a, 0x0d, 0x0a, 0x0d, 0
64+
db " - touch <file-path>: create a file", 0x0a, 0x0d
65+
db " - tetris: launch a tetris game", 0x0a, 0x0d, 0x0a, 0x0d, 0
6566

6667
INFO: db "For any feedack please refer to "
6768
db "https://github.com/shikaan/osle/issues", 0x0a, 0x0d, 0

0 commit comments

Comments
 (0)