Skip to content

Commit

Permalink
Update terminal2.html
Browse files Browse the repository at this point in the history
Small help instructions tweak

Signed-off-by: Billy Wilcosky <41351317+zerosonesfun@users.noreply.github.com>
  • Loading branch information
zerosonesfun authored May 19, 2024
1 parent 01cdd15 commit 3244e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terminal2.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@

function handleHelpCommand() {
const commands = [
'cd [page-slug] or path - Go to a page',
'cd slug or path - Go to a page',
'help - Show available commands',
'jk - Tell a joke',
'abort - Restart',
'who [name] - Get information about a person',
'who name - Get information about a person',
'ls pages - List available page slugs',
'ls who - List available names for the who command'
];
Expand Down

0 comments on commit 3244e5a

Please sign in to comment.