Merge pull request #2098 from FOLLGAD/patch-2

Fix incorrect help entry for "weaken" command
This commit is contained in:
hydroflame 2021-12-22 12:17:11 -05:00 committed by GitHub
commit 366bffad85
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",
];