Merge pull request #9 from danielyxie/dev

updated help text for mem command
This commit is contained in:
danielyxie 2017-05-14 21:49:34 -05:00 committed by GitHub
commit d3d78b68fd

@ -130,7 +130,8 @@ CONSTANTS = {
"hostname Displays the hostname 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>" +
"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>" +
"netstat Displays all available network connections<br>" +
"ps Display all scripts that are currently running<br>" +