Updated doc for new Terminal filesystem. Fixed some minor issues with new Location UI

This commit is contained in:
danielyxie
2019-04-09 23:34:23 -07:00
parent 3ce2e83dd8
commit c56645c794
5 changed files with 21 additions and 11 deletions
+5 -2
View File
@@ -166,8 +166,11 @@ export const HelpTexts: IMap<string> = {
"above will print the amount of RAM needed to run 'foo.script' with 50 threads.",
mv: "mv [src] [dest]<br>" +
"Move the source file to the specified destination. This can also be used to rename files. " +
"Note that this only works for scripts and text files (.txt). This command CANNOT be used to " +
"convert to different file types. Examples: <br><br>" +
"This command only works for scripts and text files (.txt). This command CANNOT be used to " +
"convert to different file types<br><br>" +
"Note that, unlike the Linux 'mv' command, the destination argument must be the " +
"full filepath. " +
"Examples: <br><br>" +
"mv hacking-controller.script scripts/hacking-controller.script<br>" +
"mv myScript.js myOldScript.js",
nano: "nano [file name]<br>" +