From 5d62d9ee76c974e5bc4a0f20d141297d47c5984b Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 2 Nov 2020 22:27:23 -0600 Subject: [PATCH] Updated move (markdown) --- move.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/move.md b/move.md index cb7fc82..047d4de 100644 --- a/move.md +++ b/move.md @@ -1,15 +1,15 @@ The `move` function has 3 parameters. It moves the `oldFile` to `newFile`. -- `oldFile` -> The file to copy -- `newFile` -> Where to copy to +- `old` -> The file to copy +- `new` -> Where to copy to - `message` -> The message to show while moving Example: ```json { "type": "move", - "oldFile": "sdmc:/example.3dsx", - "newFile": "sdmc:/3ds/example.3dsx", + "old": "sdmc:/example.3dsx", + "new": "sdmc:/3ds/example.3dsx", "message": "Moving example.3dsx to sdmc:/3ds" } ``` \ No newline at end of file