From 2ae770fbed9c7952b78e0179b918734d63193a94 Mon Sep 17 00:00:00 2001 From: Daniel Xie Date: Sun, 14 May 2017 21:49:01 -0500 Subject: [PATCH] updated help text for mem command --- src/Constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Constants.js b/src/Constants.js index 3f3ccb2c9..347c55c74 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -130,7 +130,8 @@ CONSTANTS = { "hostname Displays the hostname of the machine
" + "ifconfig Displays the IP address of the machine
" + "kill [script name] Stops a script that is running on the current machine
" + - "ls Displays all programs and scripts on the machine
" + + "ls Displays all programs and scripts on the machine
" + + "mem [script name] Displays the amount of RAM the script requires to run
" + "nano [script name] Text editor - Open up and edit a script
" + "netstat Displays all available network connections
" + "ps Display all scripts that are currently running
" +