diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 1988667c3..04954d2bc 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -7,6 +7,7 @@ export const TerminalHelpText: string[] = [ " buy [-l/-a/program] Purchase a program through the Dark Web", " cat [file] Display a .msg, .lit, or .txt file", " cd [dir] Change to a new directory", + " changelog Display changelog", " check [script] [args...] Print a script's logs to Terminal", " clear Clear all text on the terminal ", " cls See 'clear' command ", @@ -160,6 +161,7 @@ export const HelpTexts: Record = { " cd ../", " ", ], + changelog: ["Usage: changelog", " ", "Display changelog.", " "], check: [ "Usage: check [script name] [args...]", " ",