Skip to content

Commit

Permalink
commit hook fix
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: David Dias <[email protected]>
  • Loading branch information
daviddias committed Oct 11, 2015
1 parent a2ade40 commit c1df9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/files/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var FilesCpCmd = &cmds.Command{
},
Arguments: []cmds.Argument{
cmds.StringArg("source", true, false, "source object to copy (e.g. ipfs hash '/ipfs/Qm...' or mfs path '/somefolder'"),
cmds.StringArg("dest", true, false, "destination to copy object to"),
cmds.StringArg("dest", true, false, "destination to copy object to (inside mfs)"),
},
Run: func(req cmds.Request, res cmds.Response) {
node, err := req.InvocContext().GetNode()
Expand Down

0 comments on commit c1df9df

Please sign in to comment.