From e7e1e82394c6b2dda489396166ce68421ff4f2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Ahlb=C3=A4ck?= Date: Tue, 21 Dec 2021 22:16:12 +0100 Subject: [PATCH] Update HelpText.ts --- src/Terminal/HelpText.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ];