1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 18:07:39 +00:00

Merge pull request #485 from Luca0208/ComputerCraft/patch-1

Removed the "the" that was too much(In /rom/help/cd.txt)
This commit is contained in:
SquidDev
2017-11-14 23:54:54 +00:00

View File

@@ -1,6 +1,6 @@
cd changes the the directory you're in. cd changes the directory you're in.
ex: ex:
"cd rom" will move to "rom" folder. "cd rom" will move to "rom" folder.
"cd .." will move up one folder. "cd .." will move up one folder.
"cd /" will move to the root. "cd /" will move to the root.