Change target to destination to match files cp
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 19, 2016 at 11:19 UTC
08a7c45350cac85fddac9b6e1c6212be0bf9bf98
1 file changed
+1
-1
core/commands/files/files.go
+1
-1
@@ -449,7 +449,7 @@ Example:
449
450
Arguments: []cmds.Argument{
451
cmds.StringArg("source", true, false, "Source file to move."),
452
- cmds.StringArg("dest", true, false, "Target path for file to be moved to."),
452
+ cmds.StringArg("dest", true, false, "Destination path for file to be moved to."),
453
},
454
Run: func(req cmds.Request, res cmds.Response) {
455
n, err := req.InvocContext().GetNode()