diff --git a/src/Terminal/HelpText.ts b/src/Terminal/HelpText.ts index 4c0e15452..090638868 100644 --- a/src/Terminal/HelpText.ts +++ b/src/Terminal/HelpText.ts @@ -41,7 +41,7 @@ export const TerminalHelpText: string[] = [ "top Displays all running scripts and their RAM usage", "unalias [alias name] Deletes the specified alias", "vim [file ...] Text editor - Open up and edit one or more scripts or text files in vim mode", - "weaken [server] Reduce the security of a server", + "weaken Reduce the security of the current machine", "wget [url] [target file] Retrieves code/text from a web server", ];