Commit 08a7c453 authored by Richard Littauer's avatar Richard Littauer

Change target to destination to match files cp

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent 62cd0781
......@@ -449,7 +449,7 @@ Example:
Arguments: []cmds.Argument{
cmds.StringArg("source", true, false, "Source file to move."),
cmds.StringArg("dest", true, false, "Target path for file to be moved to."),
cmds.StringArg("dest", true, false, "Destination path for file to be moved to."),
},
Run: func(req cmds.Request, res cmds.Response) {
n, err := req.InvocContext().GetNode()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment