mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
MISC: Add help text for changelog command (#1540)
This commit is contained in:
parent
3be9f9dfd7
commit
829eda2e5a
@ -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<string, string[]> = {
|
||||
" cd ../",
|
||||
" ",
|
||||
],
|
||||
changelog: ["Usage: changelog", " ", "Display changelog.", " "],
|
||||
check: [
|
||||
"Usage: check [script name] [args...]",
|
||||
" ",
|
||||
|
Loading…
Reference in New Issue
Block a user