1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

Fix a typo

License: MIT
Signed-off-by: Zihao Wang <dev@wzhd.org>
This commit is contained in:
wzhd
2016-04-19 18:11:04 +08:00
committed by Zihao Wang
parent 8ab1b8b2cb
commit d528b9d58b

View File

@ -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)."),