Fix a typo
License: MIT Signed-off-by: Zihao Wang <dev@wzhd.org>
wzhd committed
Apr 19, 2016 at 18:11 UTC
d528b9d58bae907647ffea7f3f70e22e743c5f23
1 file changed
+1
-1
core/commands/publish.go
+1
-1
@@ -47,7 +47,7 @@ Publish an <ipfs-path> to another public key (not implemented):
47
},
48
49
Arguments: []cmds.Argument{
50
- cmds.StringArg("ipfs-path", true, false, "IPFS path of the obejct to be published.").EnableStdin(),
50
+ cmds.StringArg("ipfs-path", true, false, "IPFS path of the object to be published.").EnableStdin(),
51
},
52
Options: []cmds.Option{
53
cmds.BoolOption("resolve", "Resolve given path before publishing (default=true)."),