Skip to content

Commit

Permalink
Update files.go
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Oct 11, 2015
1 parent 46b34e2 commit a2ade40
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 @@ -124,7 +124,7 @@ var FilesCpCmd = &cmds.Command{
Tagline: "copy files into mfs",
},
Arguments: []cmds.Argument{
cmds.StringArg("source", true, false, "source object to copy (e.g. '/ipfs/Qm...'"),
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"),
},
Run: func(req cmds.Request, res cmds.Response) {
Expand Down

0 comments on commit a2ade40

Please sign in to comment.