mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Merge pull request #9 from danielyxie/dev
updated help text for mem command
This commit is contained in:
commit
d3d78b68fd
@ -130,7 +130,8 @@ CONSTANTS = {
|
|||||||
"hostname Displays the hostname of the machine<br>" +
|
"hostname Displays the hostname of the machine<br>" +
|
||||||
"ifconfig Displays the IP address of the machine<br>" +
|
"ifconfig Displays the IP address of the machine<br>" +
|
||||||
"kill [script name] Stops a script that is running on the current machine<br>" +
|
"kill [script name] Stops a script that is running on the current machine<br>" +
|
||||||
"ls Displays all programs and scripts on the machine<br>" +
|
"ls Displays all programs and scripts on the machine<br>" +
|
||||||
|
"mem [script name] Displays the amount of RAM the script requires to run<br>" +
|
||||||
"nano [script name] Text editor - Open up and edit a script<br>" +
|
"nano [script name] Text editor - Open up and edit a script<br>" +
|
||||||
"netstat Displays all available network connections<br>" +
|
"netstat Displays all available network connections<br>" +
|
||||||
"ps Display all scripts that are currently running<br>" +
|
"ps Display all scripts that are currently running<br>" +
|
||||||
|
Loading…
Reference in New Issue
Block a user