mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
Merge pull request #2098 from FOLLGAD/patch-2
Fix incorrect help entry for "weaken" command
This commit is contained in:
commit
366bffad85
@ -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",
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user