Small improvements to Interactive Tutorial

This commit is contained in:
danielyxie
2017-08-15 18:49:47 -05:00
parent 6975b46d4d
commit 63da40689d
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ TerminalHelpText =
"ifconfig Displays the IP address of the machine<br>" +
"kill [script] [args...] Stops the specified script on the current server <br>" +
"killall Stops all running scripts on the current machine<br>" +
"ls Displays all programs and scripts on the machine<br>" +
"ls [| grep pattern] Displays all files on the machine<br>" +
"mem [script] [-t] [n] Displays the amount of RAM required to run the script<br>" +
"nano [script] Script editor - Open up and edit a script<br>" +
"ps Display all scripts that are currently running<br>" +