Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from Winksplorer/main
Browse files Browse the repository at this point in the history
Add the "logo" command in the help menu
  • Loading branch information
9xbt authored Jul 21, 2023
2 parents 62cc083 + 4bd7553 commit 676d8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/help.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

section .data
msg_help_1: db `-- Functions --\r\n\0`
msg_help_2: db ` help - Shows all functions.\r\n about - Shows information about the project.\r\n clear - Clears the screen.\r\n echo - Echoes what you say.\r\n credits - Shows the credits.\r\n user - Sets your username for this session.\r\n gui - Starts the experimental GUI interface\r\n\n\0`
msg_help_2: db ` help - Shows all functions.\r\n about - Shows information about the project.\r\n clear - Clears the screen.\r\n echo - Echoes what you say.\r\n credits - Shows the credits.\r\n user - Sets your username for this session.\r\n gui - Starts the experimental GUI interface\r\n logo - Shows the iDOS logo.\r\n\n\0`

cmd_help: db `help\0`
cmd_help_alias: db `?\0`
Expand Down

0 comments on commit 676d8d4

Please sign in to comment.