Update HelpText.ts

This commit is contained in:
Emil Ahlbäck 2021-12-21 22:16:12 +01:00 committed by GitHub
parent ea0be338e1
commit e7e1e82394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",
];