Skip to content

Commit

Permalink
Merge pull request ipfs#2580 from wzhd/master
Browse files Browse the repository at this point in the history
Fix a typo in publish.go
  • Loading branch information
whyrusleeping committed Apr 19, 2016
2 parents 8ab1b8b + d528b9d commit 9890d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Publish an <ipfs-path> to another public key (not implemented):
},

Arguments: []cmds.Argument{
cmds.StringArg("ipfs-path", true, false, "IPFS path of the obejct to be published.").EnableStdin(),
cmds.StringArg("ipfs-path", true, false, "IPFS path of the object to be published.").EnableStdin(),
},
Options: []cmds.Option{
cmds.BoolOption("resolve", "Resolve given path before publishing (default=true)."),
Expand Down

0 comments on commit 9890d28

Please sign in to comment.