Skip to content

Commit

Permalink
Update cat description in terminal
Browse files Browse the repository at this point in the history
The description of cat doesn't reference .js, .jsx,.ts, or .tsx files. This generalises the description.
  • Loading branch information
ogllgo authored Dec 24, 2024
1 parent a6d6aa7 commit a9bb29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terminal/HelpText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const TerminalHelpText: string[] = [
" analyze Get information about the current machine ",
" backdoor Install a backdoor on the current machine ",
" buy [-l/-a/program] Purchase a program through the Dark Web",
" cat [file] Display a .msg, .lit, or .txt file",
" cat [file] Display the contents of a text file",
" cd [dir] Change to a new directory",
" changelog Display changelog",
" check [script] [args...] Print a script's logs to Terminal",
Expand Down

0 comments on commit a9bb29b

Please sign in to comment.