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
" +